expose resize image to window functionality to anon users

This commit is contained in:
r888888888
2017-09-29 18:11:22 -07:00
parent 0f373f8452
commit 9ffbae3cc0
3 changed files with 54 additions and 51 deletions

View File

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