diff --git a/app/views/forum_posts/_forum_post.html.erb b/app/views/forum_posts/_forum_post.html.erb index 6af4e885f..265330786 100644 --- a/app/views/forum_posts/_forum_post.html.erb +++ b/app/views/forum_posts/_forum_post.html.erb @@ -10,7 +10,7 @@ <%= format_text(forum_post.body) %> -
  • <%= link_to "Reply", new_forum_post_path(:post_id => forum_post.id) %>
  • +
  • <%= link_to "Quote", new_forum_post_path(:post_id => forum_post.id) %>
  • <% if CurrentUser.user.is_janitor? || CurrentUser.user.id == forum_post.creator_id %>
  • <%= link_to "Delete", forum_post_path(forum_post.id), :confirm => "Do you really want to delete this post?", :method => :delete, :remote => true %>
  • <%= link_to "Edit", edit_forum_post_path(forum_post.id) %>