This commit is contained in:
Toks
2013-04-09 14:08:19 -04:00
parent d3dbca4ccc
commit 4006c9243e
3 changed files with 27 additions and 1 deletions

View File

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