Skip to content
Snippets Groups Projects
Commit dd8d0a65 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix procfile and attachment in event nore

parent d64090b8
No related branches found
No related tags found
No related merge requests found
web: bundle exec unicorn_rails -p $PORT
worker: bundle exec sidekiq -q post_receive,mailer,system_hook,project_web_hook,common,default,gitolite
worker: bundle exec sidekiq -q post_receive,mailer,system_hook,project_web_hook,common,default,gitlab_shell
Loading
Loading
@@ -25,9 +25,10 @@
%span.event-note
= markdown truncate(event.target.note, length: 70)
- note = event.target
= link_to note.attachment.url, target: "_blank", class: 'note-file-attach' do
- if note.attachment.image?
= image_tag note.attachment.url, class: 'note-image-attach'
- else
%i.icon-paper-clip
= note.attachment_identifier
- if note.attachment.url
= link_to note.attachment.url, target: "_blank", class: 'note-file-attach' do
- if note.attachment.image?
= image_tag note.attachment.url, class: 'note-image-attach'
- else
%i.icon-paper-clip
= note.attachment_identifier
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment