diff --git a/app/views/posts/partials/show/_edit.html.erb b/app/views/posts/partials/show/_edit.html.erb index 1b19845ac..0e4827111 100644 --- a/app/views/posts/partials/show/_edit.html.erb +++ b/app/views/posts/partials/show/_edit.html.erb @@ -61,7 +61,7 @@
<%= f.label :tag_string, "Tags" %> - <%= f.text_area :tag_string , :size => "50x3", :value => post.presenter.categorized_tag_string + " " %> + <%= f.text_area :tag_string , :size => "50x5", :value => post.presenter.categorized_tag_string + " " %>
<%= button_tag "Related tags", :id => "related-tags-button", :type => "button" %> diff --git a/app/views/uploads/new.html.erb b/app/views/uploads/new.html.erb index a7b66eeac..bb9e8082b 100644 --- a/app/views/uploads/new.html.erb +++ b/app/views/uploads/new.html.erb @@ -48,7 +48,7 @@
<%= f.label :tag_string, "Tags" %> - <%= f.text_area :tag_string, :size => "60x4" %> + <%= f.text_area :tag_string, :size => "60x5" %>
<%= button_tag "Related tags", :id => "related-tags-button", :type => "button" %>