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 } %>