Sha256: 8e04537bf37bdd91f6613b206b74afc73d92bbed5e518af8ee669ff34a626bbb

Contents?: true

Size: 273 Bytes

Versions: 13

Compression:

Stored size: 273 Bytes

Contents

.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'

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/admin/groups/_form.html.haml
fat_free_crm-0.22.0 app/views/admin/groups/_form.html.haml
fat_free_crm-0.21.0 app/views/admin/groups/_form.html.haml
fat_free_crm-0.20.1 app/views/admin/groups/_form.html.haml
fat_free_crm-0.20.0 app/views/admin/groups/_form.html.haml
fat_free_crm-0.19.2 app/views/admin/groups/_form.html.haml
fat_free_crm-0.19.0 app/views/admin/groups/_form.html.haml
fat_free_crm-0.18.2 app/views/admin/groups/_form.html.haml
fat_free_crm-0.17.3 app/views/admin/groups/_form.html.haml
fat_free_crm-0.18.1 app/views/admin/groups/_form.html.haml
fat_free_crm-0.18.0 app/views/admin/groups/_form.html.haml
fat_free_crm-0.17.2 app/views/admin/groups/_form.html.haml
fat_free_crm-0.17.1 app/views/admin/groups/_form.html.haml