use 'js-' prefix for behavioral 'gfm-input' class

This commit is contained in:
Nihad Abbasov 2012-10-11 23:19:34 -07:00
parent 46921e690e
commit ec1bccb261
6 changed files with 13 additions and 13 deletions

View file

@ -8,7 +8,7 @@
= f.hidden_field :noteable_id
= f.hidden_field :noteable_type
= f.text_area :note, size: 255, class: 'note-text gfm-input'
= f.text_area :note, size: 255, class: 'note-text js-gfm-input'
#preview-note.preview_note.hide
.hint
.right Comments are parsed with #{link_to "GitLab Flavored Markdown", help_markdown_path, target: '_blank'}.