From eee742b60b207652a7b714f8fb2a277f517a9215 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Sat, 12 Apr 2014 15:03:28 -0700 Subject: [PATCH] improve swiping logic --- app/views/mobile/posts/index.html.erb | 6 +++--- app/views/mobile/posts/show.html.erb | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/mobile/posts/index.html.erb b/app/views/mobile/posts/index.html.erb index 2150fb221..e0f9d05ca 100644 --- a/app/views/mobile/posts/index.html.erb +++ b/app/views/mobile/posts/index.html.erb @@ -1,5 +1,5 @@ <%= form_tag(m_posts_path, :method => "get") do %> - <%= text_field_tag("tags", params[:tags], :size => 17) %> + <%= text_field_tag("tags", params[:tags], :size => 14) %> <%= submit_tag "Go", :name => nil %> <% end %> @@ -12,7 +12,7 @@