summaryrefslogtreecommitdiff
path: root/app/views/notes/_form.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-29 22:29:21 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-29 22:29:21 +0200
commitfb617c61b95aef4615346a5e554db469384d9b6c (patch)
treee717a475075f30e23beb4d8aab35b1df77356292 /app/views/notes/_form.html.haml
parent033aa1a885801c299a20ab39af6f897bb53dc3d4 (diff)
downloadgitlab-ce-fb617c61b95aef4615346a5e554db469384d9b6c.tar.gz
refactor buttons pt2
Diffstat (limited to 'app/views/notes/_form.html.haml')
-rw-r--r--app/views/notes/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notes/_form.html.haml b/app/views/notes/_form.html.haml
index d094119a9da..a063fb0a6bb 100644
--- a/app/views/notes/_form.html.haml
+++ b/app/views/notes/_form.html.haml
@@ -26,7 +26,7 @@
.attachment
%h6 Attachment:
.file_name.js-attachment-filename File name...
- %a.choose-btn.btn.small.js-choose-note-attachment-button Choose File ...
+ %a.choose-btn.btn.btn-small.js-choose-note-attachment-button Choose File ...
.hint Any file up to 10 MB
= f.file_field :attachment, class: "js-note-attachment-input"