possible fix for #1251

This commit is contained in:
Toks
2013-04-12 08:23:07 -04:00
parent bca4c75944
commit 2860c4e528
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@
<div class="input"> <div class="input">
<div> <div>
<%= f.label :tag_string, "Tags" %> <%= 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 + " " %>
</div> </div>
<%= button_tag "Related tags", :id => "related-tags-button", :type => "button" %> <%= button_tag "Related tags", :id => "related-tags-button", :type => "button" %>

View File

@@ -48,7 +48,7 @@
<div class="input"> <div class="input">
<div> <div>
<%= f.label :tag_string, "Tags" %> <%= f.label :tag_string, "Tags" %>
<%= f.text_area :tag_string, :size => "60x4" %> <%= f.text_area :tag_string, :size => "60x5" %>
</div> </div>
<%= button_tag "Related tags", :id => "related-tags-button", :type => "button" %> <%= button_tag "Related tags", :id => "related-tags-button", :type => "button" %>