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