do not use text-muted class for $sitelocation

This commit is contained in:
Mario Vavti 2017-12-18 14:58:29 +01:00
parent fe960d7c28
commit 08a8f195e7

View file

@ -64,7 +64,7 @@
<a id="nav-app-link" href="{{$url}}" class="nav-link text-truncate">
{{$sel.name}}
{{if $sitelocation}}
<br><small class="text-muted">{{$sitelocation}}</small>
<br><small>{{$sitelocation}}</small>
{{/if}}
</a>
</div>