mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
6 lines
No EOL
264 B
Text
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 |