Mark all GFM capable inputs

This commit is contained in:
Riyad Preukschas 2012-10-09 23:06:33 +02:00
parent 679d0d6d76
commit 682f62fd4a
3 changed files with 4 additions and 4 deletions

View file

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