Sha256: 62e8db1fa0c366eabfa1353f6507bc29f7a3d5b36329f8d1bfc4d1a8efb52998

Contents?: true

Size: 1.08 KB

Versions: 24

Compression:

Stored size: 1.08 KB

Contents

- in_section :events
- content_for :header do
  = render :partial => 'events/header'

.row
  .span3
    - in_sub_section :share
    = render :partial => 'events/menu'
  .span9
    = render "shared/error_messages", :target => @event
    .row-fluid
      .span3
        %h3 Discounts
      .span9
        =icon_link_to("Add", new_event_discount_path(@event), 'icon-plus-sign', 'btn', '')
    %table.table
      %thead
        %th Code
        %th Status
        %th Discount
        %th Redeemed
        %th
      %tbody
        - @discounts.each do |discount|
          %tr
            %td= link_to discount.code, edit_event_discount_path(@event, discount)
            %td= discount.active? ? "Active" : "Inactive"
            %td= discount
            %td= discount.redeemed
            - if discount.destroyable?
              %td= link_to "Delete", event_discount_path(@event, discount), method: :delete, confirm: "Are you sure you want to delete this discount?", class: "btn btn-mini btn-danger"
            - else
              %td= link_to "Delete", "#", class: "btn btn-mini btn-danger disabled"

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.23 app/views/discounts/index.html.haml
artfully_ose-1.2.0.pre.21 app/views/discounts/index.html.haml
artfully_ose-1.2.0.pre.20 app/views/discounts/index.html.haml
artfully_ose-1.2.0.pre.19 app/views/discounts/index.html.haml
artfully_ose-1.2.0.pre.18 app/views/discounts/index.html.haml
artfully_ose-1.2.0.pre.17 app/views/discounts/index.html.haml
artfully_ose-1.2.0.pre.16 app/views/discounts/index.html.haml
artfully_ose-1.2.0.pre.15 app/views/discounts/index.html.haml
artfully_ose-1.2.0.pre.12 app/views/discounts/index.html.haml
artfully_ose-1.2.0.pre.11 app/views/discounts/index.html.haml
artfully_ose-1.2.0.pre.10 app/views/discounts/index.html.haml
artfully_ose-1.2.0.pre.9 app/views/discounts/index.html.haml
artfully_ose-1.2.0.pre.8 app/views/discounts/index.html.haml
artfully_ose-1.2.0.pre.7 app/views/discounts/index.html.haml
artfully_ose-1.2.0.pre.6 app/views/discounts/index.html.haml
artfully_ose-1.2.0.pre.5 app/views/discounts/index.html.haml
artfully_ose-1.2.0.pre.4 app/views/discounts/index.html.haml
artfully_ose-1.2.0.pre.3 app/views/discounts/index.html.haml
artfully_ose-1.2.0.pre.2 app/views/discounts/index.html.haml
artfully_ose-1.2.0.pre.1 app/views/discounts/index.html.haml