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