Sha256: a0ab5a1da9db9365dc6d2dc614187120607b6dfc69382aa692acf3a568e2b533

Contents?: true

Size: 428 Bytes

Versions: 27

Compression:

Stored size: 428 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

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
fat_free_crm-0.12.3 app/views/admin/field_groups/_top_section.html.haml
fat_free_crm-0.12.2 app/views/admin/field_groups/_top_section.html.haml
fat_free_crm-0.13.1 app/views/admin/field_groups/_top_section.html.haml
fat_free_crm-0.12.1 app/views/admin/field_groups/_top_section.html.haml
fat_free_crm-0.13.0 app/views/admin/field_groups/_top_section.html.haml
fat_free_crm-0.12.0 app/views/admin/field_groups/_top_section.html.haml
fat_free_crm-0.11.4 app/views/admin/field_groups/_top_section.html.haml