Merge pull request #678 from knivre/master

Update bootstrap3 theme so it displays app.title.
This commit is contained in:
Klaus Silveira
2016-09-15 10:02:08 -03:00
committed by GitHub

View File

@@ -7,7 +7,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{{ path('homepage') }}">GitList</a>
<a class="navbar-brand" href="{{ path('homepage') }}">{{ app.title }}</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">