summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorolf <olf@subsignal.org>2015-03-17 11:57:00 +0100
committerolf <olf@subsignal.org>2015-03-17 11:57:00 +0100
commitd6d28ab593770962408125af0218d01334282f65 (patch)
tree3fdb7dd4a1f6739018ef39b95a12f579af10a6e7
parent655ef713525570b222be1203710733fd6fcc47b3 (diff)
wiki navbar bootstrapped
-rw-r--r--template/pages/wiki_template/content.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/template/pages/wiki_template/content.html b/template/pages/wiki_template/content.html
index c12be0b..f43920c 100644
--- a/template/pages/wiki_template/content.html
+++ b/template/pages/wiki_template/content.html
@@ -2,8 +2,9 @@
<TMPL_IF HTML5><section class="pageheader"><TMPL_ELSE><div class="pageheader"></TMPL_IF>
<TMPL_IF HAVE_ACTIONS>
-<TMPL_IF HTML5><nav class="actions"><TMPL_ELSE><div class="actions"></TMPL_IF>
-<ul>
+<TMPL_IF HTML5><nav class="actions"><TMPL_ELSE><nav class="navbar navbar-default"><div class="container-fluid">
+</TMPL_IF>
+<ul class="nav navbar-nav">
<li><a href="/new-wiki-page">Neue Seite anlegen</a></b></li>
<TMPL_IF EDITURL>
<li><a href="<TMPL_VAR EDITURL>" rel="nofollow">Bearbeiten</a></li>
@@ -34,7 +35,7 @@
</TMPL_IF>
</TMPL_IF>
</ul>
-<TMPL_IF HTML5></nav><TMPL_ELSE></div></TMPL_IF>
+<TMPL_IF HTML5></nav><TMPL_ELSE></div></nav></TMPL_IF>
</TMPL_IF>
<TMPL_IF OTHERLANGUAGES>