summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2014-11-07 13:15:14 +0000
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2014-11-07 13:15:14 +0000
commit9a2afa00743fbdec89aa77f45659e82956d14e6f (patch)
tree132ff8095f62af9b39829cb27a17df9ece08d171
parent68850b73d7a4fa04b29d5074e8c6721b7c722cd8 (diff)
parent6cac4e6271fcbfdd51feb3d32dc6c29905adb966 (diff)
downloadgitlab-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.haml2
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