Commit c27d0ec51ec8f2d888df83b310bc61a63a496e40
Committed by
Álvaro Fernando Matos de Souza
1 parent
5de07082
Exists in
master
and in
5 other branches
Add information on radio buttons of search software
Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
views/search/_software_search_form.html.erb
... | ... | @@ -12,7 +12,10 @@ |
12 | 12 | <%= hidden_field_tag :filter, params[:filter] %> |
13 | 13 | |
14 | 14 | <%= labelled_radio_button _('Public Software'), :software_type, 'public_software', @public_software_selected, :id => "public_software_radio_button", :class => "project-software" %> |
15 | + <span class"doubts-catalog-software" title="<%= _('Public Software.') %>">(?)</span> | |
16 | + | |
15 | 17 | <%= labelled_radio_button _('All'), :software_type, 'all', @all_selected, :id => "all_radio_button", :class => "project-software" %> |
18 | + <span class"doubts-catalog-software" title="<%= _('All.') %>">(?)</span> | |
16 | 19 | |
17 | 20 | <div class="search-field"> |
18 | 21 | <span class="formfield"> | ... | ... |