diff --git a/app/views/posts/partials/show/_edit.html.erb b/app/views/posts/partials/show/_edit.html.erb index 288e353a5..cd0988009 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" %> + <%= f.text_area :tag_string , :size => "50x3", :value => post.tag_string + " " %>
<%= button_tag "Related tags", :id => "related-tags-button", :type => "button" %>