Ver código fonte

Fix for r17683: s/button_search/label_search/ (#26620).


git-svn-id: http://svn.redmine.org/redmine/trunk@17684 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.0.0
Go MAEDA 5 anos atrás
pai
commit
7de281e904
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      app/views/search/index.html.erb

+ 1
- 1
app/views/search/index.html.erb Ver arquivo

@@ -32,7 +32,7 @@
<%= hidden_field_tag 'options', '', :id => 'show-options' %>

</div>
<p><%= submit_tag l(:button_search) %></p>
<p><%= submit_tag l(:label_search) %></p>
<% end %>

<% if @results %>

Carregando…
Cancelar
Salvar