summaryrefslogtreecommitdiff
path: root/cgi/templates/layouts/default.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-11-09 14:34:07 +0100
committerDaniel Friesel <derf@finalrewind.org>2013-11-09 14:34:07 +0100
commitc6ce3e596322017e38c70a6cd823e63cef2609c4 (patch)
tree73532221c907e0bd5eddee6e71d7ec6befa6e2d7 /cgi/templates/layouts/default.html.ep
parent43a01bc21db61bc975c2c0327a82ac62810df491 (diff)
add hide_opts option
Diffstat (limited to 'cgi/templates/layouts/default.html.ep')
-rw-r--r--cgi/templates/layouts/default.html.ep2
1 files changed, 2 insertions, 0 deletions
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) {
<div class="input-field">
@@ -291,6 +292,7 @@
<a href="http://finalrewind.org/projects/db-fakedisplay/">db-fakedisplay</a>
v<%= $version %>
</div>
+% }
</body>
</html>