15 lines
581 B
Text
15 lines
581 B
Text
- supports_slash_commands = local_assigns.fetch(:supports_slash_commands, false)
|
|
.comment-toolbar.clearfix
|
|
.toolbar-text
|
|
Styling with
|
|
= link_to 'Markdown', help_page_path('user/markdown'), target: '_blank', tabindex: -1
|
|
- if supports_slash_commands
|
|
and
|
|
= link_to 'slash commands', help_page_path('user/project/slash_commands'), target: '_blank', tabindex: -1
|
|
are
|
|
- else
|
|
is
|
|
supported
|
|
%button.toolbar-button.markdown-selector{ type: 'button', tabindex: '-1' }
|
|
= icon('file-image-o', class: 'toolbar-button-icon')
|
|
Attach a file
|