aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/safesearch.tpl
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-11-11 23:09:55 +0100
committermarijus <mario@mariovavti.com>2014-11-11 23:09:55 +0100
commitd145ef2021da845e257681f1dc93d274d814e90f (patch)
tree54799126634d8682ebfe914557b0434a56d3bbe6 /view/tpl/safesearch.tpl
parentf72035ec93c51356e9f6810fe62b4f77be09bebf (diff)
downloadvolse-hubzilla-d145ef2021da845e257681f1dc93d274d814e90f.tar.gz
volse-hubzilla-d145ef2021da845e257681f1dc93d274d814e90f.tar.bz2
volse-hubzilla-d145ef2021da845e257681f1dc93d274d814e90f.zip
some work on directory widgets
Diffstat (limited to 'view/tpl/safesearch.tpl')
-rw-r--r--view/tpl/safesearch.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/view/tpl/safesearch.tpl b/view/tpl/safesearch.tpl
index e0b2ab538..58ce22741 100644
--- a/view/tpl/safesearch.tpl
+++ b/view/tpl/safesearch.tpl
@@ -1,4 +1,6 @@
<div id="directory_safemode" class="widget">
<h3>{{$safemode}}</h3>
-<a href="toggle_safesearch">{{$toggle}}</a>
+<ul class="nav nav-pills nav-stacked">
+ <li><a href="toggle_safesearch">{{$toggle}}</a></li>
+</ul>
</div>