7679a7ea55
- The "Edit" form didn't have Markdown hints. - The "New" form had a paperclip icon for attachments, the "edit" form didn't. Closes #2010 Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2525
9 lines
292 B
Text
9 lines
292 B
Text
.comment-hints.clearfix
|
|
.pull-left
|
|
= link_to 'Markdown', help_page_path('markdown', 'markdown'), target: '_blank', tabindex: -1
|
|
tip:
|
|
= random_markdown_tip
|
|
.pull-right
|
|
= link_to '#', class: 'markdown-selector', tabindex: -1 do
|
|
= icon('paperclip')
|
|
Attach a file
|