#2188 move share section
This commit is contained in:
@@ -14,11 +14,6 @@
|
|||||||
<%= 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>
|
<section>
|
||||||
<h1>Options</h1>
|
<h1>Options</h1>
|
||||||
@@ -26,6 +21,11 @@
|
|||||||
</section>
|
</section>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h1>Share</h1>
|
||||||
|
<%= render "posts/partials/show/share", :post => @post %>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h1>History</h1>
|
<h1>History</h1>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user