Commit 4aca129adfd66318ec2462f1c725bafdcd974301
Exists in
master
and in
29 other branches
Merge branch 'more-options-form-home' into 'master'
remove 'more options' on home search-form (action popup already doesn't exist) https://noosfero.org/Development/ActionItem3261 See merge request !393
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
app/views/home/index.html.erb
@@ -61,9 +61,6 @@ | @@ -61,9 +61,6 @@ | ||
61 | <%= submit_button(:search, _('Search')) %> | 61 | <%= submit_button(:search, _('Search')) %> |
62 | </div> | 62 | </div> |
63 | 63 | ||
64 | - <div> | ||
65 | - <%= lightbox_link_to _('More options'), :controller => 'search', :action => 'popup' %> | ||
66 | - </div> | ||
67 | <% end %> | 64 | <% end %> |
68 | </div> | 65 | </div> |
69 | <% end %> | 66 | <% end %> |