osem-fcy/app/views/admin/conferences/new.html.haml

5 lines
137 B
Text
Raw Normal View History

2014-04-23 15:45:55 +02:00
.row
2014-05-22 18:19:07 +02:00
.col-md-8
= form_for(@conference, url: admin_conferences_path) do |f|
= render partial: 'form_fields', locals: { f: f }