summaryrefslogtreecommitdiff
path: root/app/views/events/event/_note.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/events/event/_note.html.haml')
-rw-r--r--app/views/events/event/_note.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/events/event/_note.html.haml b/app/views/events/event/_note.html.haml
index ad2afbce14c..6ec8e54fba5 100644
--- a/app/views/events/event/_note.html.haml
+++ b/app/views/events/event/_note.html.haml
@@ -9,7 +9,7 @@
.event-body
.event-note
.md
- %i.icon-comment-alt.event-note-icon
+ %i.fa.fa-comment-o.event-note-icon
= event_note(event.target.note)
- note = event.target
- if note.attachment.url
@@ -18,5 +18,5 @@
= image_tag note.attachment.secure_url, class: 'note-image-attach'
- else
= link_to note.attachment.secure_url, target: "_blank", class: 'note-file-attach' do
- %i.icon-paper-clip
+ %i.fa.fa-paperclip
= note.attachment_identifier