From 20a1858da43d822a44f453a14cbd6833c77a2e39 Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 17 Mar 2013 22:14:31 -0400 Subject: [PATCH] fixes #895 --- app/views/posts/partials/show/_information.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/posts/partials/show/_information.html.erb b/app/views/posts/partials/show/_information.html.erb index 77c946a86..e42075be3 100644 --- a/app/views/posts/partials/show/_information.html.erb +++ b/app/views/posts/partials/show/_information.html.erb @@ -14,6 +14,7 @@
  • Source: <%= post_source_tag(post) %>
  • Rating: <%= post.pretty_rating %>
  • Score: <%= post.score %> <% 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 %>
  • +
  • Fav count: <%= post.fav_count %>
  • Status: <% if post.is_pending? %>