projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
076811a
)
add actions loop back in
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 10 Feb 2020 18:57:20 +0000
(18:57 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 10 Feb 2020 18:57:24 +0000
(18:57 +0000)
templates/page.tmpl
patch
|
blob
|
history
diff --git
a/templates/page.tmpl
b/templates/page.tmpl
index 0a1f5b1ac58e85aa893ef5f2ce70c02dafe63278..0c3c80d1f9d2650e6c38632b9259c0ceb00753aa 100644
(file)
--- a/
templates/page.tmpl
+++ b/
templates/page.tmpl
@@
-76,6
+76,11
@@
<li><a href="<TMPL_VAR PREFSURL>" class="active">Preferences</a></li>
</TMPL_IF>
<li><a href="/sitemap/" class="active" >Sitemap</a></li>
+<TMPL_IF ACTIONS>
+<TMPL_LOOP ACTIONS>
+<li><TMPL_VAR ACTION></li>
+</TMPL_LOOP>
+</TMPL_IF>
</ul>