aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-04-17 13:55:38 +0100
committerLouise Crow <louise.crow@gmail.com>2014-04-22 12:36:45 +0100
commit223b5c3f83f5bf39adc318de658f74190e292704 (patch)
treeea2ac7df7be186ed73233b41d870609b81f5fdf0
parent43572468deb1ae05382453943fb316a291289b91 (diff)
Remove the quote from a comment in request correspondence.
It gets hidden by the current stylesheet, so easier and more efficient not to render it at all.
-rw-r--r--app/views/comment/_single_comment.html.erb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/comment/_single_comment.html.erb b/app/views/comment/_single_comment.html.erb
index a6d234b34..cdcb3b85f 100644
--- a/app/views/comment/_single_comment.html.erb
+++ b/app/views/comment/_single_comment.html.erb
@@ -9,9 +9,8 @@
<%# When not logged in, but mid-comment-leaving, there'll be no comment.user %>
<%= comment.user ? user_link(comment.user) : _("You") %> <%= _("left an annotation") %> (<%= simple_date(comment.created_at || Time.now) %>)
</h2>
- <div class="comment_in_request_text">
+ <div class="comment_in_request_text">
<p>
- <%= image_tag "quote-marks.png", :class => "comment_quote" %>
<%= comment.get_body_for_html_display %>
</p>
</div>