diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-12-02 11:31:57 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-12-02 11:31:57 +0200 |
commit | 4cbe72d76722ce6c3d327ec62f54478a6e955d32 (patch) | |
tree | d20b590352fad37014ae32646f060bd0f02346b9 /app/views/projects/notes | |
parent | 5b92ddb80994ff6ab992dcdb39e3a27c687f0dc3 (diff) | |
download | gitlab-ce-4cbe72d76722ce6c3d327ec62f54478a6e955d32.tar.gz |
UI improvements mostly for mobile screens
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/notes')
-rw-r--r-- | app/views/projects/notes/_form.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/notes/_form.html.haml b/app/views/projects/notes/_form.html.haml index c68b3817e79..5bc0e60bbe8 100644 --- a/app/views/projects/notes/_form.html.haml +++ b/app/views/projects/notes/_form.html.haml @@ -29,7 +29,7 @@ = yield(:note_actions) %a.btn.grouped.js-close-discussion-note-form Cancel - .note-form-option + .note-form-option.hidden-xs %a.choose-btn.btn.js-choose-note-attachment-button %i.fa.fa-paperclip %span Choose File ... |