do not use text-muted class for $sitelocation
This commit is contained in:
parent
fe960d7c28
commit
08a8f195e7
@ -64,7 +64,7 @@
|
|||||||
<a id="nav-app-link" href="{{$url}}" class="nav-link text-truncate">
|
<a id="nav-app-link" href="{{$url}}" class="nav-link text-truncate">
|
||||||
{{$sel.name}}
|
{{$sel.name}}
|
||||||
{{if $sitelocation}}
|
{{if $sitelocation}}
|
||||||
<br><small class="text-muted">{{$sitelocation}}</small>
|
<br><small>{{$sitelocation}}</small>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user