From 78a000a0b8926345066075a2fa71d8a9b27b693b Mon Sep 17 00:00:00 2001 From: joshua stein Date: Thu, 20 Sep 2012 10:48:52 -0500 Subject: [PATCH] bring back selected tags for editing existing stories --- app/views/stories/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/stories/_form.html.erb b/app/views/stories/_form.html.erb index 7213c86e5..63bdffd46 100644 --- a/app/views/stories/_form.html.erb +++ b/app/views/stories/_form.html.erb @@ -30,7 +30,7 @@ (t.filtered_count == 0 ? "" : raw(" ") + "#{t.filtered_count} user" + (t.filtered_count == 1 ? "" : "s") + " filtering" + - raw("")) } ]}), {}, { :multiple => true } %> + raw("")) } ]}, f.object.tags_a), {}, { :multiple => true } %>