mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 04:04:03 +00:00
Add difficulty levels
This commit is contained in:
parent
4356616566
commit
5b35e25ecd
15 changed files with 119 additions and 3 deletions
|
|
@ -0,0 +1,6 @@
|
|||
.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
|
||||
Loading…
Add table
Add a link
Reference in a new issue