From 73b05689b34183c67372f7799948439eadcd8a6c Mon Sep 17 00:00:00 2001 From: Junior Silva Date: Fri, 5 Dec 2014 15:31:44 -0300 Subject: [PATCH] remove 'more options' on home search-form (action popup already doesn't exist) AI3261 --- app/views/home/index.html.erb | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 36a10bf..f2d3bd2 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -61,9 +61,6 @@ <%= submit_button(:search, _('Search')) %> -
- <%= lightbox_link_to _('More options'), :controller => 'search', :action => 'popup' %> -
<% end %> <% end %> -- libgit2 0.21.2