diff options
author | git-marijus <mario@mariovavti.com> | 2017-06-04 12:52:52 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-06-04 12:52:52 +0200 |
commit | e8a4e9a31f57e53e076b440fc3b728044c42adda (patch) | |
tree | 9f179508a8f137ab7f8f5de54271ca7ed2545399 /view/tpl/nav.tpl | |
parent | 7562f77bdf7040d5cc63473a3c6ff7c499600f13 (diff) | |
download | volse-hubzilla-e8a4e9a31f57e53e076b440fc3b728044c42adda.tar.gz volse-hubzilla-e8a4e9a31f57e53e076b440fc3b728044c42adda.tar.bz2 volse-hubzilla-e8a4e9a31f57e53e076b440fc3b728044c42adda.zip |
class mixup
Diffstat (limited to 'view/tpl/nav.tpl')
-rwxr-xr-x | view/tpl/nav.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 39fe686a9..4719e1b17 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -233,7 +233,7 @@ {{if $localuser}} <div class="dropdown-divider"></div> <a class="nav-link" href="/apps"><i class="generic-icons-nav fa fa-fw fa-plus-circle"></i>{{$addapps}}</a> - <a class="dropdown-item" href="/apporder"><i class="generic-icons-nav fa fa-fw fa-sort"></i>{{$orderapps}}</a> + <a class="nav-link" href="/apporder"><i class="generic-icons-nav fa fa-fw fa-sort"></i>{{$orderapps}}</a> {{/if}} </div> </div> |