diff options
author | Jacob Schatz <jschatz1@gmail.com> | 2016-05-11 15:23:24 -0400 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2016-05-11 15:23:24 -0400 |
commit | 53e8dc6e9cf786008976a5bfa5504e16f65bac52 (patch) | |
tree | e371b1a02a3b21dbedc6c4759cdfcc738fe2c68e /app/views | |
parent | d8415389de859a0dab6e9efa7d8651577631aa7e (diff) | |
download | gitlab-ce-issue-from-note.tar.gz |
Initial CSS change to move buttons to correct position.issue-from-note
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/notes/_hints.html.haml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/notes/_hints.html.haml b/app/views/projects/notes/_hints.html.haml index 0b002043408..02343b7a3cd 100644 --- a/app/views/projects/notes/_hints.html.haml +++ b/app/views/projects/notes/_hints.html.haml @@ -1,8 +1,8 @@ .comment-toolbar.clearfix + %button.toolbar-button.markdown-selector{ type: 'button', tabindex: '-1' } + = icon('file-image-o', class: 'toolbar-button-icon') + Attach a file .toolbar-text Styling with = link_to 'Markdown', help_page_path('markdown', 'markdown'), target: '_blank', tabindex: -1 is supported - %button.toolbar-button.markdown-selector{ type: 'button', tabindex: '-1' } - = icon('file-image-o', class: 'toolbar-button-icon') - Attach a file |