8 lines
209 B
Text
8 lines
209 B
Text
.col-md-9
|
|
= simple_form_for [subcreddit, post] do |f|
|
|
.form-inputs
|
|
= f.input :title, class: 'inline-block'
|
|
= f.input :link
|
|
= f.input :content
|
|
.form-actions
|
|
= f.button :submit
|