From 27a5f9c8eeabda64537b86abbb4dcdff0cde4e4b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto <rhatto@riseup.net> Date: Sun, 30 Nov 2014 14:00:27 -0200 Subject: [PATCH] History link --- templates/page.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/page.tmpl b/templates/page.tmpl index 9a76d65..ff2d68f 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -137,6 +137,7 @@ <li><a href="<TMPL_VAR URL>"><TMPL_VAR PAGE></a> <span class="divider">/</span> </li> </TMPL_LOOP> <li><TMPL_VAR TITLE></li> + <li><span class="divider">|</span> <a href="<TMPL_VAR HISTORYURL>">History</a></li> </ul> <TMPL_IF HTML5></header><TMPL_ELSE></div></TMPL_IF> </div> -- GitLab