From 2c9645895e095775b3789e36d42d6a49af17dd4f Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Tue, 7 Jan 2020 15:47:10 -0800 Subject: [PATCH] Make the edit form not so wide. --- app/views/admin/event_types/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }