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