Replace custom search placeholder with ui.search_placeholder
This commit is contained in:
parent
1550eedb5a
commit
30c53746fc
7 changed files with 5 additions and 18 deletions
|
|
@ -8,7 +8,7 @@
|
|||
= form_tag finance_ordergroups_path, :method => :get, :remote => true,
|
||||
'data-submit-onchange' => true, class: 'form-search' do
|
||||
= text_field_tag :query, params[:query], class: 'input-medium search-query',
|
||||
placeholder: t('.search_placeholder')
|
||||
placeholder: t('ui.search_placeholder')
|
||||
|
||||
#ordergroupsTable
|
||||
= render :partial => "ordergroups"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue