summaryrefslogtreecommitdiff
path: root/app/views/projects/notes/_hints.html.haml
blob: 0c6758210b18305895a6ac6ee469d4d5ab72e496 (plain)
1
2
3
4
5
6
7
8
9
10
11
.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
    is supported
  %button.toolbar-button.markdown-selector{ type: 'button', tabindex: '-1' }
    = icon('file-image-o', class: 'toolbar-button-icon')
    Attach a file