Revert "fixes #2175"

This reverts commit b99ba4a088.
This commit is contained in:
r888888888
2014-06-20 15:51:55 -07:00
parent 44913c1640
commit 2492148ecd
3 changed files with 10 additions and 6 deletions

View File

@@ -14,11 +14,6 @@
<%= 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 id="post-options">
<h1>Options</h1>
@@ -67,6 +62,7 @@
<% 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">