diff options
author | marijus <mario@mariovavti.com> | 2014-10-08 10:07:19 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-08 10:07:19 +0200 |
commit | 634c2ef8ce3038bba504040096b3de023077bddc (patch) | |
tree | cba67c77c15ebc73beafdfc1be94e7a39cb90d90 /view/tpl/app_select.tpl | |
parent | 38e37d8d689329c8ca13580aa94fb525c1f845be (diff) | |
download | volse-hubzilla-634c2ef8ce3038bba504040096b3de023077bddc.tar.gz volse-hubzilla-634c2ef8ce3038bba504040096b3de023077bddc.tar.bz2 volse-hubzilla-634c2ef8ce3038bba504040096b3de023077bddc.zip |
nav pills for apps aside
Diffstat (limited to 'view/tpl/app_select.tpl')
-rw-r--r-- | view/tpl/app_select.tpl | 2 |
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> |