Sha256: faf20137b2575646addce39db17aaf008c13658d0d64049aa282d1847a6c14e1

Contents?: true

Size: 1.25 KB

Versions: 37

Compression:

Stored size: 1.25 KB

Contents

- content_for :custom_js do
  = javascript_include_tag :comps
- in_section :events
- content_for :header do
  %h1 Comp Tickets

.row
  .span12
    = form_for @comp do |form|
      = hidden_field_tag(:show_id, @show.id)
      - @selected_tickets.each do |st|
        =hidden_field_tag "selected_tickets[]", st
      #the-details
        %fieldset.floater.thirdish
          %h4 Recipient
          = hidden_field_tag(:person_id, "", :id => "person_id")
          = text_field_tag(:search, params[:search], :id => "search", :placeholder => "First, last, or email...")
          %a#new-person-link{:style=>'font-size:9pt; margin-left: 5px',:href=>'#'}
            Create new person
          .picked-person
            .picked-person-name.picked-person-clear
            .picked-person-email.picked-person-clear
            .picked-person-company-name.picked-person-clear
        %fieldset.floater.thirdish
          %h4 Reason
          = text_area_tag(:reason_for_comp, params[:reason_for_comp], :id => "reason-for-comp", :placeholder => "Reason for comp...")

        %fieldset.floater.thirdish
          %h4 Save
          #save-comp
            %button#save-comp-button{:style => 'width:100%'}
              Comp Tickets
        
        .clear

= render "shared/new_person_popup"

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/comps/new.html.haml
artfully_ose-1.3.0.pre3 app/views/comps/new.html.haml
artfully_ose-1.3.0.pre2 app/views/comps/new.html.haml
artfully_ose-1.3.0.pre1 app/views/comps/new.html.haml
artfully_ose-1.2.0 app/views/comps/new.html.haml
artfully_ose-1.2.0.beta.1 app/views/comps/new.html.haml
artfully_ose-1.2.0.alpha.2 app/views/comps/new.html.haml
artfully_ose-1.2.0.alpha.1 app/views/comps/new.html.haml
artfully_ose-1.2.0.pre.27 app/views/comps/new.html.haml
artfully_ose-1.2.0.pre.26 app/views/comps/new.html.haml
artfully_ose-1.2.0.pre.24 app/views/comps/new.html.haml
artfully_ose-1.2.0.pre.23 app/views/comps/new.html.haml
artfully_ose-1.2.0.pre.21 app/views/comps/new.html.haml
artfully_ose-1.2.0.pre.20 app/views/comps/new.html.haml
artfully_ose-1.2.0.pre.19 app/views/comps/new.html.haml
artfully_ose-1.2.0.pre.18 app/views/comps/new.html.haml
artfully_ose-1.2.0.pre.17 app/views/comps/new.html.haml
artfully_ose-1.2.0.pre.16 app/views/comps/new.html.haml
artfully_ose-1.2.0.pre.15 app/views/comps/new.html.haml
artfully_ose-1.2.0.pre.12 app/views/comps/new.html.haml