kaize/deadline_camp

View on GitHub
app/views/web/accounts/_skill_other_fields.html.haml

Summary

Maintainability
Test Coverage
.control-group.nested-fields
  .close.mr
    = link_to_remove_association 'x', f, :class => 'btn btn-danger disabled'
  = f.input :name, :label => false
  = f.input :level, :collection => Member::SKILL_LEVELS
  = f.input :duration
  = f.input :description, :as => :text_desc