summaryrefslogtreecommitdiff
path: root/app/views/notes
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notes')
-rw-r--r--app/views/notes/_note.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/notes/_note.html.haml b/app/views/notes/_note.html.haml
index 70baa212d10..8591e7bd86b 100644
--- a/app/views/notes/_note.html.haml
+++ b/app/views/notes/_note.html.haml
@@ -34,6 +34,8 @@
= preserve do
= markdown(note.note)
- if note.attachment.url
+ - if note.attachment.image?
+ = image_tag note.attachment.url, class: 'thumbnail span4'
.right
%div.file
= link_to note.attachment_identifier, note.attachment.url, target: "_blank"