finished admin/users i18n + dry the admin i18n
This commit is contained in:
parent
75c9338fd9
commit
64b3d7e17d
13 changed files with 78 additions and 56 deletions
|
|
@ -10,6 +10,6 @@
|
|||
= form_tag admin_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('admin.search_placeholder')
|
||||
#ordergroups
|
||||
= render "ordergroups"
|
||||
Loading…
Add table
Add a link
Reference in a new issue