summaryrefslogtreecommitdiff
path: root/app/views/projects/notes/_hints.html.haml
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2016-05-11 15:23:24 -0400
committerJacob Schatz <jschatz1@gmail.com>2016-05-11 15:23:24 -0400
commit53e8dc6e9cf786008976a5bfa5504e16f65bac52 (patch)
treee371b1a02a3b21dbedc6c4759cdfcc738fe2c68e /app/views/projects/notes/_hints.html.haml
parentd8415389de859a0dab6e9efa7d8651577631aa7e (diff)
downloadgitlab-ce-issue-from-note.tar.gz
Initial CSS change to move buttons to correct position.issue-from-note
Diffstat (limited to 'app/views/projects/notes/_hints.html.haml')
-rw-r--r--app/views/projects/notes/_hints.html.haml6
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