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

View File

@@ -11,8 +11,7 @@
<% end %>
<section>
<h1>Tags</h1>
<%= @post.presenter.tag_list_html(self) %>
<%= @post.presenter.split_tag_list_html(self) %>
</section>
<section>