Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/events/event/_note.html.haml')
-rw-r--r--app/views/events/event/_note.html.haml26
1 files changed, 0 insertions, 26 deletions
diff --git a/app/views/events/event/_note.html.haml b/app/views/events/event/_note.html.haml
deleted file mode 100644
index 4ef18c09060..00000000000
--- a/app/views/events/event/_note.html.haml
+++ /dev/null
@@ -1,26 +0,0 @@
-.event-title
- %span.author_name= link_to_author event
- %span.event_label
- = event.action_name
- = event_note_title_html(event)
- at
-
- - if event.project
- = link_to_project event.project
- - else
- = event.project_name
-
-.event-body
- .event-note
- .md
- %i.fa.fa-comment-o.event-note-icon
- = event_note(event.target.note)
- - note = event.target
- - if note.attachment.url
- - if note.attachment.image?
- = link_to note.attachment.url, target: '_blank' do
- = image_tag note.attachment.url, class: 'note-image-attach'
- - else
- = link_to note.attachment.url, target: "_blank", class: 'note-file-attach' do
- %i.fa.fa-paperclip
- = note.attachment_identifier