Skip to content

Commit

Permalink
bring back selected tags for editing existing stories
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs committed Sep 20, 2012
1 parent 5283680 commit 78a000a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/stories/_form.html.erb
Expand Up @@ -30,7 +30,7 @@
(t.filtered_count == 0 ? "" :
raw(" <em>") + "#{t.filtered_count} user" +
(t.filtered_count == 1 ? "" : "s") + " filtering" +
raw("</em>")) } ]}), {}, { :multiple => true } %>
raw("</em>")) } ]}, f.object.tags_a), {}, { :multiple => true } %>
</div>

<div class="boxline">
Expand Down

0 comments on commit 78a000a

Please sign in to comment.