Sha256: fa92f4fb6a5e1c84a4904a5202b29693a2b55afb04746632517ced12c5617ac1

Contents?: true

Size: 300 Bytes

Versions: 2

Compression:

Stored size: 300 Bytes

Contents

- if played.empty?
  %p There are no played shows.
- else
  %ul.nav.nav-pills.nav-stacked#of_shows
    - played.each do |show|
      %li{:class => get_selected_class(@show, show) }
        = link_to (l show.datetime_local_to_event, :format => :short), statement_path(show), :title => 'show-datetime'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
artfully_ose-1.0.0.rc4 app/views/statements/_played_shows.html.haml
artfully_ose-1.0.0.rc3 app/views/statements/_played_shows.html.haml