Sha256: 5cc6ed823dbebd4b282d5bc53a20327f45b72b1c24b4d1cd7a83b8d62c7b5d11

Contents?: true

Size: 306 Bytes

Versions: 31

Compression:

Stored size: 306 Bytes

Contents

- if shows.empty?
  %p There are no shows for this event.
- else
  %ul.nav.nav-pills.nav-stacked#of_shows
    - shows.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

31 entries across 31 versions & 1 rubygems

Version Path
artfully_ose-1.2.0 app/views/statements/_shows.html.haml
artfully_ose-1.2.0.beta.1 app/views/statements/_shows.html.haml
artfully_ose-1.2.0.alpha.2 app/views/statements/_shows.html.haml
artfully_ose-1.2.0.alpha.1 app/views/statements/_shows.html.haml
artfully_ose-1.2.0.pre.27 app/views/statements/_shows.html.haml
artfully_ose-1.2.0.pre.26 app/views/statements/_shows.html.haml
artfully_ose-1.2.0.pre.24 app/views/statements/_shows.html.haml
artfully_ose-1.2.0.pre.23 app/views/statements/_shows.html.haml
artfully_ose-1.2.0.pre.21 app/views/statements/_shows.html.haml
artfully_ose-1.2.0.pre.20 app/views/statements/_shows.html.haml
artfully_ose-1.2.0.pre.19 app/views/statements/_shows.html.haml
artfully_ose-1.2.0.pre.18 app/views/statements/_shows.html.haml
artfully_ose-1.2.0.pre.17 app/views/statements/_shows.html.haml
artfully_ose-1.2.0.pre.16 app/views/statements/_shows.html.haml
artfully_ose-1.2.0.pre.15 app/views/statements/_shows.html.haml
artfully_ose-1.2.0.pre.12 app/views/statements/_shows.html.haml
artfully_ose-1.2.0.pre.11 app/views/statements/_shows.html.haml
artfully_ose-1.2.0.pre.10 app/views/statements/_shows.html.haml
artfully_ose-1.2.0.pre.9 app/views/statements/_shows.html.haml
artfully_ose-1.2.0.pre.8 app/views/statements/_shows.html.haml