Mark inputs for notes with GFM capabilities
This commit is contained in:
parent
bbd92e57cb
commit
3adfbe3e81
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
= f.hidden_field :noteable_id
|
||||
= f.hidden_field :noteable_type
|
||||
= f.text_area :note, size: 255, class: 'note-text'
|
||||
= f.text_area :note, size: 255, class: 'note-text gfm-input'
|
||||
#preview-note.preview_note.hide
|
||||
.hint
|
||||
.right Comments are parsed with #{link_to "GitLab Flavored Markdown", help_markdown_path, target: '_blank'}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue