From 442b411b623da63e5d938324148b31b7747f3e9a Mon Sep 17 00:00:00 2001 From: albert Date: Sat, 2 Mar 2013 21:31:12 -0500 Subject: [PATCH] fixes #695 --- app/views/forum_posts/_forum_post.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/forum_posts/_forum_post.html.erb b/app/views/forum_posts/_forum_post.html.erb index e80e54033..90bde396c 100644 --- a/app/views/forum_posts/_forum_post.html.erb +++ b/app/views/forum_posts/_forum_post.html.erb @@ -16,6 +16,7 @@ <%= format_text(forum_post.body) %> +
  • ID: <%= forum_post.id %>
  • <% if @forum_topic %>
  • <%= link_to "Quote", new_forum_post_path(:post_id => forum_post.id), :method => :get, :remote => true %>
  • <% end %>