Sha256: bb5de0f3db4d4f3d252129d23254252ad6e85eeaf5bff98eb6115fcc27290a57

Contents?: true

Size: 666 Bytes

Versions: 37

Compression:

Stored size: 666 Bytes

Contents

- in_section :events
- content_for :header do
  %h1 Show this Show
  %h2 Add this show to the widget

.row
  .span12
    %h3= @show.event.name
    %h4= l(@show.datetime_local_to_event)
    %p= "You are showing the #{l @show.datetime_local_to_event} showing of #{@show.event.name}."

    = form_tag published_event_shows_path(@show.event) do |form|
      = hidden_field_tag :confirm, :true
      = hidden_field_tag :show_id, @show.id
      %p If this is correct, please click confirm it by clicking
      = submit_tag "Publish"

    %p
      If this is not correct,
      = link_to "cancel this action and return to the show page", event_show_url(@show.event, @show)

Version data entries

37 entries across 37 versions & 1 rubygems

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