From b1815c8e9ac25f91a0029cd15f94968d92e8f5fb Mon Sep 17 00:00:00 2001 From: movilla Date: Sat, 25 Aug 2012 03:45:02 +0200 Subject: [PATCH] Add placeholder search mobile --- app/views/people/index.mobile.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/people/index.mobile.haml b/app/views/people/index.mobile.haml index d93c79d04..71ccae73a 100644 --- a/app/views/people/index.mobile.haml +++ b/app/views/people/index.mobile.haml @@ -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'