Sha256: dddbbe6e49bdf90bfa131e6364a672c26dd6a8ad48af682f460d53a84f2194ae

Contents?: true

Size: 930 Bytes

Versions: 24

Compression:

Stored size: 930 Bytes

Contents

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

.row
  .span3
    - in_sub_section :details
    =render :partial=>'menu'
  .span9
    = render "shared/error_messages", :target => @event
    .row-fluid
      .span2
        %h3 Discounts
      .span10
        =icon_link_to("Add", temp_discount_path(@event), 'icon-plus-sign', 'btn', '')
    %table.table
      %thead
        %th Code
        %th Status
        %th Discount (average)
        %th Redeemed
      %tbody
        %tr
          %td= link_to 'COWBELL', temp_discount_path(@event)
          %td active
          %td 50%
          %td= rand(10)
        %tr
          %td= link_to 'GETRDONE', temp_discount_path(@event)
          %td active
          %td 25%
          %td= rand(10)
        %tr
          %td= link_to 'STUDENTS', temp_discount_path(@event)
          %td active
          %td 75%
          %td= rand(10)
                  

Version data entries

24 entries across 24 versions & 1 rubygems

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