Make the edit form not so wide.
This commit is contained in:
parent
bff830ec55
commit
2c9645895e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue