Sha256: a14c1c9ff3b460ec13010ffe4a6912a7e69efa5224f21b9e29991e791cc6b478

Contents?: true

Size: 437 Bytes

Versions: 13

Compression:

Stored size: 437 Bytes

Contents

.section
  = f.hidden_field :klass_name

  %table{style: 'width:auto;'}
    %tr
      %td
        .label.top.req= t(:label) + ":"
        = f.text_field :label
      %td= spacer
      %td
        .label.top
          =t(:restrict_by_tag)
          %small= t(:restrict_by_tag_info, assets: f.object.klass_name.downcase.pluralize)
        = f.select :tag_id, Tag.all.map { |tag| [tag.name, tag.id] }, include_blank: true, class: 'select2'

Version data entries

13 entries across 13 versions & 1 rubygems

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