split out tag types in pots/show page

This commit is contained in:
albert
2012-10-02 18:37:06 -04:00
parent fbdf0d9679
commit 7a8ea0456a
5 changed files with 78 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
<% end %>
<%= form_for(post, :html => {:class => "simple_form"}) do |f| %>
<%= f.hidden_field :old_tags, :value => post.tag_string %>
<%= f.hidden_field :old_tag_string, :value => post.tag_string %>
<div class="input">
<% if post.is_rating_locked? %>