Revert "#2188 move share section"

This reverts commit 7971821af3.

Conflicts:
	app/views/posts/show.html.erb
This commit is contained in:
r888888888
2014-06-20 15:46:25 -07:00
parent c6e2c5ba21
commit 44913c1640

View File

@@ -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 id="post-options">
<h1>Options</h1>
@@ -21,11 +26,6 @@
</section>
<% end %>
<section id="post-share">
<h1>Share</h1>
<%= render "posts/partials/show/share", :post => @post %>
</section>
<section id="post-history">
<h1>History</h1>
<ul>