diff options
author | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2014-11-07 13:15:14 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2014-11-07 13:15:14 +0000 |
commit | 9a2afa00743fbdec89aa77f45659e82956d14e6f (patch) | |
tree | 132ff8095f62af9b39829cb27a17df9ece08d171 | |
parent | 68850b73d7a4fa04b29d5074e8c6721b7c722cd8 (diff) | |
parent | 6cac4e6271fcbfdd51feb3d32dc6c29905adb966 (diff) | |
download | gitlab-ce-9a2afa00743fbdec89aa77f45659e82956d14e6f.tar.gz |
Merge branch 'fix-attachment-ui' into 'master'
Fix attachment ui
Fixes #1571
See merge request !1244
-rw-r--r-- | app/views/projects/notes/_note.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/notes/_note.html.haml b/app/views/projects/notes/_note.html.haml index 814bf19970c..a25c5e207fb 100644 --- a/app/views/projects/notes/_note.html.haml +++ b/app/views/projects/notes/_note.html.haml @@ -59,7 +59,7 @@ - if note.attachment.image? = link_to note.attachment.secure_url, target: '_blank' do = image_tag note.attachment.secure_url, class: 'note-image-attach' - .attachment.pull-right + .attachment = link_to note.attachment.secure_url, target: "_blank" do %i.fa.fa-paperclip = note.attachment_identifier |