Sha256: 5ab625fe24cd2eb7948990550470501ea28b236cb8c092dafb05e2bf476c9988

Contents?: true

Size: 600 Bytes

Versions: 37

Compression:

Stored size: 600 Bytes

Contents

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

.row
  .span4
    %h3 About
    %p= t(".about", :default => "Statements are an explanation of a sales for a specific show ")
  .span8
    %h3 Events
    - if @events.blank?
      %p You haven't create any events yet!
      = link_to "Create an Event", new_event_path, :class => 'btn'
    - else
      %ul.nav.nav-pills.nav-stacked#event-list
        - @events.each do |event|
          %li.unselected
            = link_to event.name, statements_path(:event_id => event.id), :title => 'event-name'

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/statements/index.html.haml
artfully_ose-1.3.0.pre3 app/views/statements/index.html.haml
artfully_ose-1.3.0.pre2 app/views/statements/index.html.haml
artfully_ose-1.3.0.pre1 app/views/statements/index.html.haml
artfully_ose-1.2.0 app/views/statements/index.html.haml
artfully_ose-1.2.0.beta.1 app/views/statements/index.html.haml
artfully_ose-1.2.0.alpha.2 app/views/statements/index.html.haml
artfully_ose-1.2.0.alpha.1 app/views/statements/index.html.haml
artfully_ose-1.2.0.pre.27 app/views/statements/index.html.haml
artfully_ose-1.2.0.pre.26 app/views/statements/index.html.haml
artfully_ose-1.2.0.pre.24 app/views/statements/index.html.haml
artfully_ose-1.2.0.pre.23 app/views/statements/index.html.haml
artfully_ose-1.2.0.pre.21 app/views/statements/index.html.haml
artfully_ose-1.2.0.pre.20 app/views/statements/index.html.haml
artfully_ose-1.2.0.pre.19 app/views/statements/index.html.haml
artfully_ose-1.2.0.pre.18 app/views/statements/index.html.haml
artfully_ose-1.2.0.pre.17 app/views/statements/index.html.haml
artfully_ose-1.2.0.pre.16 app/views/statements/index.html.haml
artfully_ose-1.2.0.pre.15 app/views/statements/index.html.haml
artfully_ose-1.2.0.pre.12 app/views/statements/index.html.haml