Sha256: cda49d8c4f575b64c86573d51d378b6618d6991b41b1ceb7e454ea8b377ccaaa

Contents?: true

Size: 861 Bytes

Versions: 35

Compression:

Stored size: 861 Bytes

Contents

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

.row
  .span3
    - in_sub_section :share
    =render :partial=>'menu'
  .span9

    %h1 Sell Through a Reseller

    %table.table#reseller-profile-datatable
      %thead
        %tr
          %th Name
          %th Description
          %th Fee
          %th  

      %tbody
        - @reseller_profiles.each do |profile|
          %tr
            %td
              - if profile.url.present?
                = link_to profile.organization.name, profile.url, :target => "_blank"
              - else
                = profile.organization.name
            %td= profile.description
            %td= number_to_currency(profile.fee / 100.0)
            %td= button_to "Offer Tickets", new_ticket_offer_path(:reseller_profile_id => profile.id, :event_id => @event.id), :class => :btn

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.11 app/views/events/resell.html.haml
artfully_ose-1.2.0.pre.10 app/views/events/resell.html.haml
artfully_ose-1.2.0.pre.9 app/views/events/resell.html.haml
artfully_ose-1.2.0.pre.8 app/views/events/resell.html.haml
artfully_ose-1.2.0.pre.7 app/views/events/resell.html.haml
artfully_ose-1.2.0.pre.6 app/views/events/resell.html.haml
artfully_ose-1.2.0.pre.5 app/views/events/resell.html.haml
artfully_ose-1.2.0.pre.4 app/views/events/resell.html.haml
artfully_ose-1.2.0.pre.3 app/views/events/resell.html.haml
artfully_ose-1.2.0.pre.2 app/views/events/resell.html.haml
artfully_ose-1.2.0.pre.1 app/views/events/resell.html.haml
artfully_ose-1.2.0.pre app/views/events/resell.html.haml
artfully_ose-1.1.0 app/views/events/resell.html.haml
artfully_ose-1.1.0.rc2 app/views/events/resell.html.haml
artfully_ose-1.1.0.rc1 app/views/events/resell.html.haml