Sha256: 4a1b078d08345325c1ad433f9d655e628d5d2fe0b40c0c200f990088cb58345a

Contents?: true

Size: 674 Bytes

Versions: 37

Compression:

Stored size: 674 Bytes

Contents

- in_section :events
- content_for :header do
  %h1 Hide this Show
  %h2 Remove this show from the widget

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

    = form_tag unpublished_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 "Unpublish"

    %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/unpublished_confirm.html.haml
artfully_ose-1.3.0.pre3 app/views/shows/unpublished_confirm.html.haml
artfully_ose-1.3.0.pre2 app/views/shows/unpublished_confirm.html.haml
artfully_ose-1.3.0.pre1 app/views/shows/unpublished_confirm.html.haml
artfully_ose-1.2.0 app/views/shows/unpublished_confirm.html.haml
artfully_ose-1.2.0.beta.1 app/views/shows/unpublished_confirm.html.haml
artfully_ose-1.2.0.alpha.2 app/views/shows/unpublished_confirm.html.haml
artfully_ose-1.2.0.alpha.1 app/views/shows/unpublished_confirm.html.haml
artfully_ose-1.2.0.pre.27 app/views/shows/unpublished_confirm.html.haml
artfully_ose-1.2.0.pre.26 app/views/shows/unpublished_confirm.html.haml
artfully_ose-1.2.0.pre.24 app/views/shows/unpublished_confirm.html.haml
artfully_ose-1.2.0.pre.23 app/views/shows/unpublished_confirm.html.haml
artfully_ose-1.2.0.pre.21 app/views/shows/unpublished_confirm.html.haml
artfully_ose-1.2.0.pre.20 app/views/shows/unpublished_confirm.html.haml
artfully_ose-1.2.0.pre.19 app/views/shows/unpublished_confirm.html.haml
artfully_ose-1.2.0.pre.18 app/views/shows/unpublished_confirm.html.haml
artfully_ose-1.2.0.pre.17 app/views/shows/unpublished_confirm.html.haml
artfully_ose-1.2.0.pre.16 app/views/shows/unpublished_confirm.html.haml
artfully_ose-1.2.0.pre.15 app/views/shows/unpublished_confirm.html.haml
artfully_ose-1.2.0.pre.12 app/views/shows/unpublished_confirm.html.haml