aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/app.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-07-21 16:20:50 -0700
committerzotlabs <mike@macgirvin.com>2017-07-21 16:20:50 -0700
commit992f8272d38b9ee73cc9facbe473665713f6ff2d (patch)
tree7f9b8e747c4694651bad51632345e6fa440258a4 /view/tpl/app.tpl
parent89d21c08735ad9bb151acee5ee1f372a803e2213 (diff)
parent27678a523c4c02bf4e3b31bf4ac01413feaf3759 (diff)
downloadvolse-hubzilla-992f8272d38b9ee73cc9facbe473665713f6ff2d.tar.gz
volse-hubzilla-992f8272d38b9ee73cc9facbe473665713f6ff2d.tar.bz2
volse-hubzilla-992f8272d38b9ee73cc9facbe473665713f6ff2d.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/tpl/app.tpl')
-rw-r--r--view/tpl/app.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl
index 804db426f..ac5c18deb 100644
--- a/view/tpl/app.tpl
+++ b/view/tpl/app.tpl
@@ -26,7 +26,7 @@
</div>
{{/if}}
{{if $navapps}}
-<a class="dropdown-item" href="{{$app.url}}">{{if $icon}}<i class="generic-icons-nav fa fa-fw fa-{{$icon}}"></i>{{else}}<img src="{{$app.photo}}" width="16" height="16" style="margin-right:9px;"/>{{/if}}{{$app.name}}</a>
+<a class="dropdown-item{{if $app.active}} active{{/if}}" href="{{$app.url}}">{{if $icon}}<i class="generic-icons-nav fa fa-fw fa-{{$icon}}"></i>{{else}}<img src="{{$app.photo}}" width="16" height="16" style="margin-right:9px;"/>{{/if}}{{$app.name}}</a>
{{/if}}
{{if $order}}
<a href="{{$hosturl}}appman/{{$app.guid}}/moveup" class="btn btn-outline-secondary btn-sm" style="margin-bottom: 5px;"><i class="generic-icons-nav fa fa-fw fa-arrow-up"></i></a>