Sha256: 7e4ae8d6bf4b1136caf1433ed316f387b7fb607f5ff11f35bb254aeeb42e5b06

Contents?: true

Size: 373 Bytes

Versions: 9

Compression:

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

9 entries across 9 versions & 1 rubygems

Version Path
fat_free_crm-0.15.2 app/views/shared/_tags.html.haml
fat_free_crm-0.16.4 app/views/shared/_tags.html.haml
fat_free_crm-0.15.1 app/views/shared/_tags.html.haml
fat_free_crm-0.16.3 app/views/shared/_tags.html.haml
fat_free_crm-0.16.2 app/views/shared/_tags.html.haml
fat_free_crm-0.16.1 app/views/shared/_tags.html.haml
fat_free_crm-0.16.0 app/views/shared/_tags.html.haml
fat_free_crm-0.15.0 app/views/shared/_tags.html.haml
fat_free_crm-0.15.0.beta.2 app/views/shared/_tags.html.haml