Sha256: 329604e84baf62e7cb08150090981039b418a7057c1240403d50c4f3a34cedb8
Contents?: true
Size: 657 Bytes
Versions: 14
Compression:
Stored size: 657 Bytes
Contents
- if not show.played? = form_tag unpublished_event_show_path(show.event, show), :remote => true, :'data-type' => :json, :class => "sprited published", :id => "show_#{show.id}" do = submit_tag "Unpublish", :class => [ 'btn', 'btn-mini' ] .confirmation.dialog %p= "You are unpublishing the #{l show.stats.datetime_local_to_event} show." = form_tag published_event_show_path(show.event, show), :remote => true, :'data-type' => :json, :class => "sprited built unpublished" do = submit_tag "Publish", :class => [ 'btn', 'btn-mini' ] .confirmation.dialog %p= "You are publishing the #{l show.stats.datetime_local_to_event} show."
Version data entries
14 entries across 14 versions & 1 rubygems