Commit de005e816d4ba091a13be4b4368085ffb30ce668
Committed by
David Silva
1 parent
41c446ab
Fixed text on placeholder
Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Conflicts: views/search/_software_search_form.html.erb
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
views/search/_software_search_form.html.erb
| ... | ... | @@ -10,10 +10,10 @@ |
| 10 | 10 | <%= hidden_field_tag :display, params[:display] %> |
| 11 | 11 | <%= hidden_field_tag :filter, params[:filter] %> |
| 12 | 12 | |
| 13 | - <div class="search-field"> | |
| 14 | - <span class="formfield"> | |
| 15 | - <%= text_field_tag 'query', @query, :id => 'search-input', :size => 50, :placeholder=>_("Type words about the software_info you're looking for (the search begins after 3 characters)") %> | |
| 16 | - </span> | |
| 13 | + <div class="search-field"> | |
| 14 | + <span class="formfield"> | |
| 15 | + <%= text_field_tag 'query', @query, :id => 'search-input', :size => 50, :placeholder=>_("Type words about the software you're looking for (the search begins after 3 characters)") %> | |
| 16 | + </span> | |
| 17 | 17 | |
| 18 | 18 | <%= submit_button(:search, _('Filter')) %> |
| 19 | 19 | </div> | ... | ... |