Sha256: eb6aa44165def0e626f9442fa047b9019efa1ee6720ed0f4b888aac4aad50a80

Contents?: true

Size: 566 Bytes

Versions: 35

Compression:

Stored size: 566 Bytes

Contents

%h3 Upcoming Shows
- if upcoming.empty?
  %p There are no upcoming shows.
- else
  %ul.detailed-list#of_shows
    - upcoming.each do |show|
      %li
        %h4= link_to (l show.datetime_local_to_event, :format => :short), event_show_path(event, show), :title => 'show-datetime'
        %ul.controls
          %li= link_to "Edit", edit_event_show_path(event, show) if can?(:edit, show)
          %li= link_to "Delete", event_show_path(event, show), :data => {:confirm => "Are you sure you want to delete #{event.name}?"}, :method => :delete if can?(:destroy, show)

Version data entries

35 entries across 35 versions & 1 rubygems

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