Sha256: 9e4062c99aef29008cde509ceeecaa789ed836b45d0bdf2f4327a641a8c9cb31

Contents?: true

Size: 1.24 KB

Versions: 11

Compression:

Stored size: 1.24 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), 'fa-share', '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 }
        -with_kit(:passes) do
          #passes_table
            = render :partial => 'passes_table', :locals => { :statement => @statement }

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/statements/show.html.haml
artfully_ose-1.3.0.pre3 app/views/statements/show.html.haml
artfully_ose-1.3.0.pre2 app/views/statements/show.html.haml
artfully_ose-1.3.0.pre1 app/views/statements/show.html.haml
artfully_ose-1.2.0 app/views/statements/show.html.haml
artfully_ose-1.2.0.beta.1 app/views/statements/show.html.haml
artfully_ose-1.2.0.alpha.2 app/views/statements/show.html.haml
artfully_ose-1.2.0.alpha.1 app/views/statements/show.html.haml
artfully_ose-1.2.0.pre.27 app/views/statements/show.html.haml
artfully_ose-1.2.0.pre.26 app/views/statements/show.html.haml
artfully_ose-1.2.0.pre.24 app/views/statements/show.html.haml