Commit 9b9b2beaebd64d842a5887e139906d92604037b8

Authored by Daniel Damasceno
Committed by Macartur Sousa
1 parent d9b82736
Exists in elasticsearch_sort

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 %>
... ...