2 = link_to image_tag('film_go.png', :border => 0) + ' view this show', show_path(@show), :class => 'no_underline'
3 = link_to image_tag('film_delete.png', :border => 0) + ' delete this show', show_path(@show), :method => 'delete', :class => 'no_underline'
5 %span#show_id= @show.id
7 %h1= in_place_editor_field :show, :title, {}, :options => {:method => :put}.to_json
11 = render :partial => @show.usages.reject {|u| u.song.nil?}