split out tag types in pots/show page
This commit is contained in:
@@ -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? %>
|
||||
|
||||
@@ -11,8 +11,7 @@
|
||||
<% end %>
|
||||
|
||||
<section>
|
||||
<h1>Tags</h1>
|
||||
<%= @post.presenter.tag_list_html(self) %>
|
||||
<%= @post.presenter.split_tag_list_html(self) %>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
||||
Reference in New Issue
Block a user