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

@ -21,7 +21,7 @@
.bottom_box_content
= f.label :content
.input= f.text_area :content, class: 'span8 gfm-input'
.input= f.text_area :content, class: 'span8 js-gfm-input'
.actions
= f.submit 'Save', class: "save-btn btn"
= link_to "Cancel", project_wiki_path(@project, :index), class: "btn cancel-btn"