Commit e11597d060e564ad2c43ed3b5feb625e545fbb1b
1 parent
57ccda1e
Exists in
master
and in
5 other branches
Fix checkbox ajax in software catalog page.
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed_off_by: Gabriela Navarro <navarro1703@gmail.com>
Showing
1 changed file
with
0 additions
and
8 deletions
Show diff stats
views/search/_catalog_filter.html.erb
@@ -29,14 +29,6 @@ | @@ -29,14 +29,6 @@ | ||
29 | <br /> | 29 | <br /> |
30 | </div> | 30 | </div> |
31 | </div> | 31 | </div> |
32 | - | ||
33 | - <div class="project-software"> <%= _("Software Projects:") %> | ||
34 | - <label> | ||
35 | - <%= check_box_tag("include_non_public", true, @include_non_public) %> | ||
36 | - <%= _("Include in results") %> | ||
37 | - </label> | ||
38 | - <span class"doubts-catalog-software" title="<%= _('Include software development projects that are not yet officially Brazilian Public Software.') %>">(?)</span> | ||
39 | - </div> | ||
40 | <br /> | 32 | <br /> |
41 | <%= button_tag _("Clean up"), :id => "cleanup-filter-catalg", :type => "button" %> | 33 | <%= button_tag _("Clean up"), :id => "cleanup-filter-catalg", :type => "button" %> |
42 | <%= button_tag _("Close"), :id => "close-filter-catalog", :type => "button" %> | 34 | <%= button_tag _("Close"), :id => "close-filter-catalog", :type => "button" %> |