fatfreecrm/fat_free_crm

View on GitHub
app/views/admin/groups/_form.html.haml

Summary

Maintainability
Test Coverage
.section
  %table
    %tr
      %td
        .label.top.req #{t :name}:
        = f.text_field :name
    %tr
      %td
        .label.top.req #{t :users}:
        %br
        = f.select :user_ids, User.all.map {|u| [u.full_name, u.id]}, {}, multiple: true, class: 'select2'