Easily track develop branch if.... on the develop branch

This commit is contained in:
rembo10
2014-04-01 13:56:45 -07:00
parent e13cc15edf
commit a48babfa09
3 changed files with 25 additions and 5 deletions

View File

@@ -89,6 +89,9 @@
%if version.HEADPHONES_VERSION != 'master':
(${version.HEADPHONES_VERSION})
%endif
%if headphones.GIT_BRANCH != 'master':
(${headphones.GIT_BRANCH})
%endif
</div>
</footer>
<a href="#main" id="toTop"><i class="fa fa-angle-double-up"></i> <span>Back to top</span></a>