2014-05-23 13:01:23 +02:00
|
|
|
.row
|
2014-08-07 21:33:08 +02:00
|
|
|
.col-md-12
|
2014-11-25 10:47:18 +01:00
|
|
|
.page-header
|
|
|
|
|
%h1 Basics
|
|
|
|
|
%p.text-muted
|
|
|
|
|
The most basic settings of your conference
|
2014-08-07 21:33:08 +02:00
|
|
|
.row
|
2014-11-25 10:47:18 +01:00
|
|
|
.col-md-8
|
2022-02-23 17:52:16 +01:00
|
|
|
= form_for(@conference, url: admin_conference_path(@conference.short_title), html: {multipart: true}) do |f|
|
|
|
|
|
= render partial: 'form_fields', locals: { f: f }
|