use 'js-' prefix for behavioral 'gfm-input' class
This commit is contained in:
parent
46921e690e
commit
ec1bccb261
6 changed files with 13 additions and 13 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue