Sha256: a1b71055ace8b73a700a62b3a7d731af857e78aec31efb3b17879857353487bd

Contents?: true

Size: 668 Bytes

Versions: 11

Compression:

Stored size: 668 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 "Download as PDF", door_list_event_show_path(@event, @show, format: "pdf"), :class => "btn"
    =icon_link_to("Return to show", event_show_path(@show.event, @show), 'fa-share', 'btn', '')

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/shows/door_list.html.haml
artfully_ose-1.3.0.pre3 app/views/shows/door_list.html.haml
artfully_ose-1.3.0.pre2 app/views/shows/door_list.html.haml
artfully_ose-1.3.0.pre1 app/views/shows/door_list.html.haml
artfully_ose-1.2.0 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.beta.1 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.alpha.2 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.alpha.1 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.pre.27 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.pre.26 app/views/shows/door_list.html.haml
artfully_ose-1.2.0.pre.24 app/views/shows/door_list.html.haml