fixes #1431
This commit is contained in:
@@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
<%= render_advertisement("vertical") %>
|
<%= render_advertisement("vertical") %>
|
||||||
|
|
||||||
|
<%= render "posts/partials/index/blacklist" %>
|
||||||
|
|
||||||
<section id="tag-list">
|
<section id="tag-list">
|
||||||
<%= @post.presenter.split_tag_list_html(self) %>
|
<%= @post.presenter.split_tag_list_html(self) %>
|
||||||
</section>
|
</section>
|
||||||
@@ -14,8 +16,6 @@
|
|||||||
<%= render "posts/partials/show/information", :post => @post %>
|
<%= render "posts/partials/show/information", :post => @post %>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<%= render "posts/partials/index/blacklist" %>
|
|
||||||
|
|
||||||
<% if CurrentUser.is_member? %>
|
<% if CurrentUser.is_member? %>
|
||||||
<section>
|
<section>
|
||||||
<h1>Options</h1>
|
<h1>Options</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user