Add placeholder search mobile
This commit is contained in:
parent
f9ce061c09
commit
b1815c8e9a
1 changed files with 1 additions and 2 deletions
|
|
@ -5,11 +5,10 @@
|
|||
- content_for :page_title do
|
||||
= t('search')
|
||||
|
||||
|
||||
%div{:style => 'text-align:center;'}
|
||||
= form_tag(people_path, :method => 'get') do
|
||||
%div{:data => {:role => 'fieldcontain', :inline => 'true'}}
|
||||
= search_field_tag :q
|
||||
= search_field_tag :q, nil, :placeholder => t('find_people')
|
||||
= submit_tag t('search'), 'data-inline' => 'true'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue