Bike!Bike! Website!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
445 B

= form_for @conference_type do |f|
- if @conference_type.errors.any?
#error_explanation
%h2= "#{pluralize(@conference_type.errors.count, "error")} prohibited this conference_type from being saved:"
%ul
- @conference_type.errors.full_messages.each do |msg|
%li= msg
.field
= f.label :title
= f.text_field :title
.field
= f.label :info
= f.text_field :info
.actions
= f.submit 'Save'