Add placeholder search mobile

This commit is contained in:
movilla 2012-08-25 03:45:02 +02:00
parent f9ce061c09
commit b1815c8e9a

View file

@ -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'