Commit 1271a8ab1f9fc106341245afcabfa68e16a75cb6

Authored by Daniel Damasceno
Committed by Macartur Sousa
1 parent ea2a87c6

Elasticsearch: Removing gallery from view

Signed-off-by: Daniel Henrique <danielhmarinho@gmail.com>
Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com>
plugins/elasticsearch/views/elasticsearch_plugin/search.html.erb
... ... @@ -15,8 +15,6 @@
15 15 <%= check_box_tag 'model[articles]', 1, @checkbox[:articles] %>
16 16 <%= label_tag('articles', _("articles")) %>
17 17  
18   - <%= check_box_tag 'model[gallery]', :type, @checkbox[:gallery] %>
19   - <%= label_tag('gallery', _("gallery")) %>
20 18 <% end %>
21 19  
22 20 <% for result in @results %>
... ...