Sha256: dcc8376a0a7bcd4034468573bf6d6d0b298b7f90f0d5690a9b7b46aecf297672

Contents?: true

Size: 363 Bytes

Versions: 4

Compression:

Stored size: 363 Bytes

Contents

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fat_free_crm-0.13.6 app/views/shared/_tags.html.haml
fat_free_crm-0.13.5 app/views/shared/_tags.html.haml
fat_free_crm-0.13.4 app/views/shared/_tags.html.haml
fat_free_crm-0.13.3 app/views/shared/_tags.html.haml