aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/app.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-09 10:17:57 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-09 10:17:57 +0100
commit39d56fd08f3ee2efc3d5eeddb75025034ee5e2c7 (patch)
treeccc4843c8bdb15fb97bae8111aa9b66b7c93d6c1 /view/tpl/app.tpl
parent8e3a02627629d29c3552f8332de1ab32b9c99ffe (diff)
downloadvolse-hubzilla-39d56fd08f3ee2efc3d5eeddb75025034ee5e2c7.tar.gz
volse-hubzilla-39d56fd08f3ee2efc3d5eeddb75025034ee5e2c7.tar.bz2
volse-hubzilla-39d56fd08f3ee2efc3d5eeddb75025034ee5e2c7.zip
initial commit for the bootstrap version 4 branch - upgrade lib and make nav.tpl kind of working again
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 5ff205c53..a5a4acd11 100644
--- a/view/tpl/app.tpl
+++ b/view/tpl/app.tpl
@@ -25,6 +25,6 @@
{{/if}}
</div>
{{else}}
-<li><a 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></li>
+<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>
{{/if}}