Sha256: ace35ba494315394c1d27855e8ef54a6a63caf16319dcb4c94e4edd8ebc64f1e

Contents?: true

Size: 664 Bytes

Versions: 24

Compression:

Stored size: 664 Bytes

Contents

- in_section :events
- content_for :header do
  %h1 Door List
  %h2= "#{@show.event.name} at #{@show.event.venue.name}"
  %h3= "#{l @show.datetime_local_to_event, :format => :long_with_day}"

  .from-here
    =link_to "Download as CSV", door_list_event_show_path(@event, @show, format: "csv"), :class => "btn"
    =link_to "Toggle Printable View", "#", :onclick => "togglePrintPreview()", :class => 'btn'
    =icon_link_to("Return to show", event_show_path(@show.event, @show), 'icon-share-alt', 'btn', '')

.row
  .span12
    - unless @door_list.items.empty?
      = render :partial => 'shared/door_list_table', :locals => { :door_list_items => @door_list.items}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.23 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.pre.21 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.pre.20 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.pre.19 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.pre.18 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.pre.17 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.pre.16 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.pre.15 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.pre.12 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.pre.11 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.pre.10 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.pre.9 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.pre.8 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.pre.7 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.pre.6 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.pre.5 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.pre.4 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.pre.3 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.pre.2 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.pre.1 app/views/shows/door_list.html.haml