diff --git a/app/views/admin/event_types/_form.html.haml b/app/views/admin/event_types/_form.html.haml index 49b82478..91533877 100644 --- a/app/views/admin/event_types/_form.html.haml +++ b/app/views/admin/event_types/_form.html.haml @@ -7,7 +7,7 @@ Event Type = @event_type.title .row - .col-md-12 + .col-md-8 - form_url = (@event_type.new_record? ? admin_conference_program_event_types_path : admin_conference_program_event_type_path(@conference.short_title, @event_type)) = semantic_form_for(@event_type, url: form_url) do |f| = f.input :title, input_html: { autofocus: true }