Sha256: ed3756a7d28fd71463346c7a404769d905c9f1ab3f6688da7a924a4a2b66bc2e

Contents?: true

Size: 1.17 KB

Versions: 48

Compression:

Stored size: 1.17 KB

Contents

.fields.section-fields.discount-tickets
  .control-group
    =f.label :section_id, "Ticket Type", :class => 'control-label'
    .controls
      :ruby
        # this should probably go in a helper
        sections = @event.charts.collect(&:sections).flatten.uniq
        sections_options = sections.map {|s| content_tag('option', s.name, {:value => s.id.to_s, 'data-price' => (s.price / 100.0)}) }

      = f.select :section_id, sections_options.join('').html_safe, {}, :class => 'section-select'

      - show_remove_links = true if show_remove_links.nil?
      - if show_remove_links
        %span.remove-fields-link
          = f.hidden_field :_destroy
          %i.icon-minus-sign.icon-gray
          = link_to_remove_fields "remove Ticket Type", f

  .control-group.custom-discount-price{:style => 'display:none;'}
    =f.label :price, "Discounted price", :class => 'control-label'
    .controls
      .input-prepend
        %span.add-on $
        =f.text_field :price, :placeholder => '0.00', :class => 'input-small section-price'#, :value => number_as_cents(f.object.price, :format => "%n")
      (regularly <span class="regular-price">#{number_to_currency(sections.first.price)}</span>)

Version data entries

48 entries across 24 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.23 app/views/events/_discount_section_fields.html.haml
artfully_ose-1.2.0.pre.23 app/views/discounts/_discount_section_fields.html.haml
artfully_ose-1.2.0.pre.21 app/views/discounts/_discount_section_fields.html.haml
artfully_ose-1.2.0.pre.21 app/views/events/_discount_section_fields.html.haml
artfully_ose-1.2.0.pre.20 app/views/discounts/_discount_section_fields.html.haml
artfully_ose-1.2.0.pre.20 app/views/events/_discount_section_fields.html.haml
artfully_ose-1.2.0.pre.19 app/views/discounts/_discount_section_fields.html.haml
artfully_ose-1.2.0.pre.19 app/views/events/_discount_section_fields.html.haml
artfully_ose-1.2.0.pre.18 app/views/discounts/_discount_section_fields.html.haml
artfully_ose-1.2.0.pre.18 app/views/events/_discount_section_fields.html.haml
artfully_ose-1.2.0.pre.17 app/views/discounts/_discount_section_fields.html.haml
artfully_ose-1.2.0.pre.17 app/views/events/_discount_section_fields.html.haml
artfully_ose-1.2.0.pre.16 app/views/events/_discount_section_fields.html.haml
artfully_ose-1.2.0.pre.16 app/views/discounts/_discount_section_fields.html.haml
artfully_ose-1.2.0.pre.15 app/views/events/_discount_section_fields.html.haml
artfully_ose-1.2.0.pre.15 app/views/discounts/_discount_section_fields.html.haml
artfully_ose-1.2.0.pre.12 app/views/discounts/_discount_section_fields.html.haml
artfully_ose-1.2.0.pre.12 app/views/events/_discount_section_fields.html.haml
artfully_ose-1.2.0.pre.11 app/views/events/_discount_section_fields.html.haml
artfully_ose-1.2.0.pre.11 app/views/discounts/_discount_section_fields.html.haml