Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2016-05-28 00:30:01 +0300
committerPhil Hughes <me@iamphill.com>2016-06-17 13:52:22 +0300
commit7717cb727fba74fcb9eee11559f9e97558795707 (patch)
tree213a5fbab0227234f888833325dc7dc7cb155333 /app/views/projects/notes
parent07d6edc15ba3db1f76b1b87c51d507f4dc654e1c (diff)
Move buttons to upper right.
Diffstat (limited to 'app/views/projects/notes')
-rw-r--r--app/views/projects/notes/_hints.html.haml11
1 files changed, 1 insertions, 10 deletions
diff --git a/app/views/projects/notes/_hints.html.haml b/app/views/projects/notes/_hints.html.haml
index f26866468ce..7d1cbc62e86 100644
--- a/app/views/projects/notes/_hints.html.haml
+++ b/app/views/projects/notes/_hints.html.haml
@@ -5,13 +5,4 @@
is supported
%button.toolbar-button.markdown-selector{ type: 'button', tabindex: '-1' }
= icon('file-image-o', class: 'toolbar-button-icon')
- Attach a file
-.md-helper
- %a.btn.btn-xs.js-md{ 'data-md-tag' => '**' }
- =icon('bold fw')
- %a.btn.btn-xs.js-md{ 'data-md-tag' => '*' }
- =icon('italic fw')
- %a.btn.btn-xs.js-md.js-list{ 'data-md-tag' => '*', 'data-md-prepend' => true }
- =icon('list-ul fw')
- %a.btn.btn-xs.js-md.js-list{ 'data-md-tag' => '1.', 'data-md-prepend' => true }
- =icon('list-ol fw') \ No newline at end of file
+ Attach a file \ No newline at end of file