Revert "#2188 move share section"
This reverts commit 7971821af3.
Conflicts:
app/views/posts/show.html.erb
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 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>
|
||||
|
||||
Reference in New Issue
Block a user