fixes #2175
This commit is contained in:
@@ -14,6 +14,11 @@
|
||||
<%= render "posts/partials/show/information", :post => @post %>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h1>Share</h1>
|
||||
<%= render "posts/partials/show/share", :post => @post %>
|
||||
</section>
|
||||
|
||||
<% if CurrentUser.is_member? %>
|
||||
<section>
|
||||
<h1>Options</h1>
|
||||
@@ -62,7 +67,6 @@
|
||||
<% if CurrentUser.is_member? && @post.visible? %>
|
||||
<li><a href="#edit" id="post-edit-link">Edit</a></li>
|
||||
<% end %>
|
||||
<li><a href="#share">Share</a></li>
|
||||
</menu>
|
||||
|
||||
<section id="comments">
|
||||
|
||||
Reference in New Issue
Block a user