diff options
Diffstat (limited to 'cgi/templates')
-rw-r--r-- | cgi/templates/layouts/default.html.ep | 2 |
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> |