osem-fcy/app/views/admin/difficulty_levels/_difficulty_level_fields.html.haml
2014-02-23 16:09:09 +02:00

6 lines
No EOL
264 B
Text

.nested-fields
= f.inputs do
= f.input :title, :required => true
= f.input :description, :input_html => {:rows => 3, :class => "span6"}
= f.input :color, :input_html => {:size => 6, :type => "color"}
= remove_association_link :difficulty_level, f