kaize/deadline_camp

View on GitHub
app/views/web/admin/members/_skill_program_lang_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 :program_lang, :label => false
  = f.input :level, :collection => Member::SKILL_LEVELS
  = f.input :duration
  = f.input :description, :as => :text_desc