Commit 8469756f92acca593636a845fa7c3168bec7983f

Authored by Daniel Damasceno
1 parent d4128903
Exists in elasticsearch_api

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,8 +15,6 @@
15 <%= check_box_tag 'model[articles]', 1, @checkbox[:articles] %> 15 <%= check_box_tag 'model[articles]', 1, @checkbox[:articles] %>
16 <%= label_tag('articles', _("articles")) %> 16 <%= label_tag('articles', _("articles")) %>
17 17
18 - <%= check_box_tag 'model[gallery]', :type, @checkbox[:gallery] %>  
19 - <%= label_tag('gallery', _("gallery")) %>  
20 <% end %> 18 <% end %>
21 19
22 <% for result in @results %> 20 <% for result in @results %>