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