Project

General

Profile

Feature #26620 » fix_button_text.patch

Dmitry Lisichkin, 2017-08-03 17:33

View differences:

app/views/search/index.html.erb (revision )
32 32
<%= hidden_field_tag 'options', '', :id => 'show-options' %>
33 33

  
34 34
</div>
35
<p><%= submit_tag l(:button_submit) %></p>
35
<p><%= submit_tag l(:button_search) %></p>
36 36
<% end %>
37 37

  
38 38
<% if @results %>
(1-1/2)