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.2.0.pre.11 app/views/statements/index.html.haml
artfully_ose-1.2.0.pre.10 app/views/statements/index.html.haml
artfully_ose-1.2.0.pre.9 app/views/statements/index.html.haml
artfully_ose-1.2.0.pre.8 app/views/statements/index.html.haml
artfully_ose-1.2.0.pre.7 app/views/statements/index.html.haml
artfully_ose-1.2.0.pre.6 app/views/statements/index.html.haml
artfully_ose-1.2.0.pre.5 app/views/statements/index.html.haml
artfully_ose-1.2.0.pre.4 app/views/statements/index.html.haml
artfully_ose-1.2.0.pre.3 app/views/statements/index.html.haml
artfully_ose-1.2.0.pre.2 app/views/statements/index.html.haml
artfully_ose-1.2.0.pre.1 app/views/statements/index.html.haml
artfully_ose-1.2.0.pre app/views/statements/index.html.haml
artfully_ose-1.1.0 app/views/statements/index.html.haml
artfully_ose-1.1.0.rc2 app/views/statements/index.html.haml
artfully_ose-1.1.0.rc1 app/views/statements/index.html.haml
artfully_ose-1.0.0.rc4 app/views/statements/index.html.haml
artfully_ose-1.0.0.rc3 app/views/statements/index.html.haml