diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/comment/_single_comment.rhtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/comment/_single_comment.rhtml b/app/views/comment/_single_comment.rhtml index bab700b8b..8ff8bf254 100644 --- a/app/views/comment/_single_comment.rhtml +++ b/app/views/comment/_single_comment.rhtml @@ -1,10 +1,10 @@ <div class="comment_in_request" id="comment-<%=comment.id.to_s%>"> <h2> - Annotation by <%= comment.user ? user_link(comment.user) : 'you' %> - <br><br><%= simple_date(comment.created_at || Time.now) %> + <%= comment.user ? user_link(comment.user) : 'You' %> + left an annotation (<%= simple_date(comment.created_at || Time.now) %>) </h2> <div class="comment_in_request_text"> - <%= comment.get_body_for_html_display %> + <p><img class="comment_quote" src="/images/quote.png" alt=""><%= comment.get_body_for_html_display %></p> </div> <p class="event_actions"> <% if !comment.id.nil? %> |