This commit is contained in:
albert
2013-03-17 22:14:31 -04:00
parent 69ff3b3d4a
commit 20a1858da4

View File

@@ -14,6 +14,7 @@
<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>Fav count: <%= post.fav_count %></li>
<li>
Status:
<% if post.is_pending? %>