This commit is contained in:
albert
2013-03-22 08:45:01 -07:00
parent 194d94a1aa
commit 4c93154569
2 changed files with 33 additions and 32 deletions

View File

@@ -14,10 +14,12 @@
<%= render "posts/partials/show/information", :post => @post %>
</section>
<section>
<h1>Options</h1>
<%= render "posts/partials/show/options", :post => @post %>
</section>
<% if CurrentUser.is_member? %>
<section>
<h1>Options</h1>
<%= render "posts/partials/show/options", :post => @post %>
</section>
<% end %>
<section>
<h1>History</h1>