From 273d37d84e8d85434760af904d2daeeb919fb966 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 9 Aug 2015 14:38:32 +0100 Subject: Move search to the menu --- web/views/layout.erb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/web/views/layout.erb b/web/views/layout.erb index 72f2503..4c8da82 100644 --- a/web/views/layout.erb +++ b/web/views/layout.erb @@ -38,9 +38,6 @@ <% end %> -<% unless @nosearch %> -
-<% end %> <% unless @nosearch %> @@ -52,6 +49,11 @@
  • <%= h(t.taginfo.projects) %>
  • <%= h(t.taginfo.reports) %>
  • <%= h(t.taginfo.about) %>
  • +<% unless @nosearch %> +
  • +
    +
  • +<% end %> <% end %> -- cgit v1.2.3