This commit is contained in:
Toks
2013-04-03 14:57:10 -04:00
parent 3a96bb0811
commit b6513b64c8

View File

@@ -61,7 +61,7 @@
<div class="input">
<div>
<%= f.label :tag_string, "Tags" %>
<%= f.text_area :tag_string , :size => "50x3" %>
<%= f.text_area :tag_string , :size => "50x3", :value => post.tag_string + " " %>
</div>
<%= button_tag "Related tags", :id => "related-tags-button", :type => "button" %>