From b6513b64c848ce69d8f25a739f5f13757f698b00 Mon Sep 17 00:00:00 2001 From: Toks Date: Wed, 3 Apr 2013 14:57:10 -0400 Subject: [PATCH] fixes #1074 --- app/views/posts/partials/show/_edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" %>