- 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