C:/Users/Sergey/forum/app/views/posts/_form.html.haml:2: syntax error, unexpected ')' ));}\n#{_hamlout.format_script... ^
C:/Users/Sergey/forum/app/views/posts/_form.html.haml:5: unterminated string meets end of file
C:/Users/Sergey/forum/app/views/posts/_form.html.haml:5: syntax error, unexpected end-of-input, expecting keyword_end
_form.html.haml :
= simple_form_for @post do |f|
=f.input :title
=f.input :content
=f.submit
答案 0 :(得分:2)
= simple_form_for @post do |f|
= f.input :title
= f.input :content
= f.submit