Sha256: 74d7e04eb4d438d23a501e9eb48e83d3de6c89f71ad112f44e717bdbf8e7e91f

Contents?: true

Size: 445 Bytes

Versions: 37

Compression:

Stored size: 445 Bytes

Contents

#comps.grouped-form
  %h3 Comps
  = form_tag new_comp_path, :method => :get do
    = hidden_field_tag :show_id, show.id
    %ul
      - show.compable_tickets.each do |ticket|
        %li
          .label-and-element
            = check_box_tag "selected_tickets[]", ticket.id, false, :id => "comp_ticket_#{ticket.id}", :class => "item_#{ticket.id}"
            = label_tag "item_#{ticket.id}", ticket.id
    = submit_tag "Comp", :class => "btn"

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.11 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.pre.10 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.pre.9 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.pre.8 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.pre.7 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.pre.6 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.pre.5 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.pre.4 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.pre.3 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.pre.2 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.pre.1 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.pre app/views/comps/_grouped_form.html.haml
artfully_ose-1.1.0 app/views/comps/_grouped_form.html.haml
artfully_ose-1.1.0.rc2 app/views/comps/_grouped_form.html.haml
artfully_ose-1.1.0.rc1 app/views/comps/_grouped_form.html.haml
artfully_ose-1.0.0.rc4 app/views/comps/_grouped_form.html.haml
artfully_ose-1.0.0.rc3 app/views/comps/_grouped_form.html.haml