Sha256: ebdf215e5ba5d4276504a0301e2a62b492023f7ce4acea9dcbcd70f043009850

Contents?: true

Size: 1.1 KB

Versions: 23

Compression:

Stored size: 1.1 KB

Contents

- in_section :reports
- content_for :header do
  %h1= t(".heading", :default => "Statements")

.row
  .span3
    %h3 Shows
    = render :partial => "shows", :locals => { :event => @event, :shows => @shows }
  .span9
  
    .bottom-room

      -if @statement.nil?
        %p
          Please select a show
      -else
        .row-fluid
          .span9
            %h3="#{@event.name} #{l @statement.datetime, :format => :short}" 
          .span3
            .pull-right
              =icon_link_to("View show", event_show_path(@show.event, @show), 'icon-share-alt', 'btn', '')
        = render :partial => 'top_stats', :locals => { :statement => @statement }
        #statement_table
          = render :partial => 'payment_method_table', :locals => { :statement => @statement }
        #statement_table
          = render :partial => 'ticket_type_table', :locals => { :statement => @statement }
        #order_location
          = render :partial => 'order_location_table', :locals => { :statement => @statement }
        #discounts_table
          = render :partial => 'discounts_table', :locals => { :statement => @statement }

Version data entries

23 entries across 23 versions & 1 rubygems

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