Sha256: 039bee52dc905532a9dc5915e34d9ac4f470270947f5d9f8f61804adf548ae84

Contents?: true

Size: 343 Bytes

Versions: 13

Compression:

Stored size: 343 Bytes

Contents

- asset = controller_name.singularize
%tr
  %td{ valign: :top, colspan: span }
    .label= t(:tags) + ":"

    = f.select :tag_list, Tag.all.map{|t| t.name}, {}, {class: "select2_tag", data: {tags: true, url: url_for(action: 'field_group'), placeholder: t(:select_or_create_tags), multiple: true, asset_id: f.object.try(:id)}, multiple: true}

Version data entries

13 entries across 13 versions & 1 rubygems

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