aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-10-08 10:07:19 +0200
committermarijus <mario@mariovavti.com>2014-10-08 10:07:19 +0200
commit634c2ef8ce3038bba504040096b3de023077bddc (patch)
treecba67c77c15ebc73beafdfc1be94e7a39cb90d90 /view
parent38e37d8d689329c8ca13580aa94fb525c1f845be (diff)
downloadvolse-hubzilla-634c2ef8ce3038bba504040096b3de023077bddc.tar.gz
volse-hubzilla-634c2ef8ce3038bba504040096b3de023077bddc.tar.bz2
volse-hubzilla-634c2ef8ce3038bba504040096b3de023077bddc.zip
nav pills for apps aside
Diffstat (limited to 'view')
-rw-r--r--view/tpl/app_select.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/app_select.tpl b/view/tpl/app_select.tpl
index 5cf3f40d6..527d01eae 100644
--- a/view/tpl/app_select.tpl
+++ b/view/tpl/app_select.tpl
@@ -1,7 +1,7 @@
{{if $authed}}
<div class="widget">
<h3>{{$title}}</h3>
-<ul>
+<ul class="nav nav-pills nav-stacked">
<li><a href="appman">{{$new}}</a></li>
<li><a href="apps/edit">{{$edit}}</a></li>
</ul>