Sha256: f2b6b6b678fce24647deb4f47b900a08df100530d410f0d19828578b961d2461

Contents?: true

Size: 299 Bytes

Versions: 18

Compression:

Stored size: 299 Bytes

Contents

- tagged_params = Array.wrap(params[:tagged])

%label= t(:tags_name, :scope => :e9_tags)
%ul.tags
  - contact_tags.each do |tag|; tag_id = "tagged-#{tag.downcase.dasherize}"
    %li.tag
      = label_tag(tag_id, tag)
      = check_box_tag('tagged[]', tag, tagged_params.member?(tag), :id => tag_id)

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
e9_crm-0.1.34 app/views/e9_crm/contacts/_tag_table.html.haml
e9_crm-0.1.33 app/views/e9_crm/contacts/_tag_table.html.haml
e9_crm-0.1.32 app/views/e9_crm/contacts/_tag_table.html.haml
e9_crm-0.1.31 app/views/e9_crm/contacts/_tag_table.html.haml
e9_crm-0.1.30 app/views/e9_crm/contacts/_tag_table.html.haml
e9_crm-0.1.29 app/views/e9_crm/contacts/_tag_table.html.haml
e9_crm-0.1.28 app/views/e9_crm/contacts/_tag_table.html.haml
e9_crm-0.1.27 app/views/e9_crm/contacts/_tag_table.html.haml
e9_crm-0.1.26 app/views/e9_crm/contacts/_tag_table.html.haml
e9_crm-0.1.25 app/views/e9_crm/contacts/_tag_table.html.haml
e9_crm-0.1.24 app/views/e9_crm/contacts/_tag_table.html.haml
e9_crm-0.1.23 app/views/e9_crm/contacts/_tag_table.html.haml
e9_crm-0.1.22 app/views/e9_crm/contacts/_tag_table.html.haml
e9_crm-0.1.21 app/views/e9_crm/contacts/_tag_table.html.haml
e9_crm-0.1.20 app/views/e9_crm/contacts/_tag_table.html.haml
e9_crm-0.1.19 app/views/e9_crm/contacts/_tag_table.html.haml
e9_crm-0.1.18 app/views/e9_crm/contacts/_tag_table.html.haml
e9_crm-0.1.17 app/views/e9_crm/contacts/_tag_table.html.haml