add post image resize to window option

This commit is contained in:
albert
2013-02-18 14:24:40 -05:00
parent cf6996ee9a
commit 1620d37ebb
3 changed files with 36 additions and 3 deletions

View File

@@ -13,7 +13,6 @@
<li>Source: <%= post_source_tag(post) %></li>
<li>Rating: <%= post.pretty_rating %></li>
<li>Score: <span id="score-for-post-<%= post.id %>"><%= post.score %></span> <% if CurrentUser.is_privileged? %>(vote <%= link_to "up", post_votes_path(:post_id => post.id, :score => "up"), :remote => true, :method => :post %>/<%= link_to "down", post_votes_path(:post_id => post.id, :score => "down"), :remote => true, :method => :post %>)<% end %></li>
<li>ID: <%= post.id %></li>
<li>
Status:
<% if post.is_pending? %>
@@ -32,4 +31,5 @@
Active
<% end %>
</li>
<li>ID: <%= post.id %></li>
</ul>