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