fixes for github-url on main

This commit is contained in:
maxkoryukov
2016-05-30 09:12:28 +05:00
parent cf42836c95
commit 1c783ee6d1
2 changed files with 4 additions and 1 deletions

View File

@@ -82,6 +82,9 @@
<div id="info">
<small>
<a href="https://github.com/rembo10/headphones"><i class="fa fa-headphones"></i> Website</a> |
%if headphones.CONFIG.GIT_USER != 'rembo10':
<a href="https://github.com/${headphones.CONFIG.GIT_USER}/headphones" title="This fork on github"><i class="fa fa-github"></i> GitHub</a> |
%endif
<a href="https://github.com/rembo10/headphones/wiki/TroubleShooting"><i class="fa fa-ambulance"></i> Help</a>
</small>
</div>