Commit 0787d3e53335d0c3ff73fb8b8345d543a89a3a95

Authored by Daniel Damasceno
Committed by Macartur Sousa
1 parent b5df51f4
Exists in elasticsearch_view

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