diff options
| author | Phil Hughes <me@iamphill.com> | 2016-04-13 08:46:30 +0100 |
|---|---|---|
| committer | Phil Hughes <me@iamphill.com> | 2016-04-14 10:28:05 +0100 |
| commit | 094cafcaa7c135a839a7329ed06fdd5d19a05f4b (patch) | |
| tree | f92d9ce5e475db524501498c8578027647b13c61 /app/views/projects/notes | |
| parent | 7a1800fec87133e9971a83b457c969b5adaf5919 (diff) | |
| download | gitlab-ce-094cafcaa7c135a839a7329ed06fdd5d19a05f4b.tar.gz | |
Removed GL Actions class
Diffstat (limited to 'app/views/projects/notes')
| -rw-r--r-- | app/views/projects/notes/_hints.html.haml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/projects/notes/_hints.html.haml b/app/views/projects/notes/_hints.html.haml index 0c6758210b1..0b002043408 100644 --- a/app/views/projects/notes/_hints.html.haml +++ b/app/views/projects/notes/_hints.html.haml @@ -1,7 +1,4 @@ .comment-toolbar.clearfix - %button.toolbar-button.js-toolbar-button{ type: 'button', data: { prefix: ':' }, tabindex: '-1' } - = icon('smile-o', class: 'toolbar-button-icon') - Emoji .toolbar-text Styling with = link_to 'Markdown', help_page_path('markdown', 'markdown'), target: '_blank', tabindex: -1 |
