diff --git a/app/views/projects/_recent_messages.html.haml b/app/views/projects/_recent_messages.html.haml index b38ba4831b5ab98a77093b31622f5c2c94648ffb..e5fb28b9eacd155cb915c88e39bfd740fa074885 100644 --- a/app/views/projects/_recent_messages.html.haml +++ b/app/views/projects/_recent_messages.html.haml @@ -40,7 +40,7 @@ %p{:style => "margin-bottom: 3px;"} %span.author = note.author.name - = link_to truncate(markdown(note.note), :length => 200), link_to_item + "#note_#{note.id}" + = link_to markdown(truncate(note.note, :length => 200)), link_to_item + "#note_#{note.id}" - if note.attachment.url %br Attachment: