Merge pull request #3511 from movilla/placeholder_friendly_mobile_search

Add placeholder search mobile[ci skip]
This commit is contained in:
Maxwell Salzberg 2012-08-26 23:26:50 -07:00
commit c3f073b520

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'