kaize/deadline_camp

View on GitHub
app/views/web/admin/members/_skill_operation_system_fields.html.haml

Summary

Maintainability
Test Coverage
.control-group.nested-fields
  -#.close.mr280
    = link_to_remove_association 'x', f, :class => 'btn btn-danger disabled'
  = f.association :os, :label => false
  = f.input :level, :collection => Member::SkillOs::LEVELS
  = f.input :duration
  = f.input :description, :as => :text_desc