From c6ce3e596322017e38c70a6cd823e63cef2609c4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 9 Nov 2013 14:34:07 +0100 Subject: add hide_opts option --- cgi/templates/layouts/default.html.ep | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cgi/templates') diff --git a/cgi/templates/layouts/default.html.ep b/cgi/templates/layouts/default.html.ep index 14bdbaa..2d64df2 100644 --- a/cgi/templates/layouts/default.html.ep +++ b/cgi/templates/layouts/default.html.ep @@ -229,6 +229,7 @@ %= content +% if (not $hide_opts) {
@@ -291,6 +292,7 @@ db-fakedisplay v<%= $version %>
+% } -- cgit v1.2.3