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.2.0.pre.11 app/views/shows/published_confirm.html.haml
artfully_ose-1.2.0.pre.10 app/views/shows/published_confirm.html.haml
artfully_ose-1.2.0.pre.9 app/views/shows/published_confirm.html.haml
artfully_ose-1.2.0.pre.8 app/views/shows/published_confirm.html.haml
artfully_ose-1.2.0.pre.7 app/views/shows/published_confirm.html.haml
artfully_ose-1.2.0.pre.6 app/views/shows/published_confirm.html.haml
artfully_ose-1.2.0.pre.5 app/views/shows/published_confirm.html.haml
artfully_ose-1.2.0.pre.4 app/views/shows/published_confirm.html.haml
artfully_ose-1.2.0.pre.3 app/views/shows/published_confirm.html.haml
artfully_ose-1.2.0.pre.2 app/views/shows/published_confirm.html.haml
artfully_ose-1.2.0.pre.1 app/views/shows/published_confirm.html.haml
artfully_ose-1.2.0.pre app/views/shows/published_confirm.html.haml
artfully_ose-1.1.0 app/views/shows/published_confirm.html.haml
artfully_ose-1.1.0.rc2 app/views/shows/published_confirm.html.haml
artfully_ose-1.1.0.rc1 app/views/shows/published_confirm.html.haml
artfully_ose-1.0.0.rc4 app/views/shows/published_confirm.html.haml
artfully_ose-1.0.0.rc3 app/views/shows/published_confirm.html.haml