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.3.0.pre4 app/views/comps/_grouped_form.html.haml
artfully_ose-1.3.0.pre3 app/views/comps/_grouped_form.html.haml
artfully_ose-1.3.0.pre2 app/views/comps/_grouped_form.html.haml
artfully_ose-1.3.0.pre1 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.beta.1 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.alpha.2 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.alpha.1 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.pre.27 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.pre.26 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.pre.24 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.pre.23 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.pre.21 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.pre.20 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.pre.19 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.pre.18 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.pre.17 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.pre.16 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.pre.15 app/views/comps/_grouped_form.html.haml
artfully_ose-1.2.0.pre.12 app/views/comps/_grouped_form.html.haml