Sortables are no longer in the view
[lyrix.git] / app / views / shows / edit.haml
blobf26164dbb628468f7ea071db1a792f1ad49073df
1 %p
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'
4   
5 %span#show_id= @show.id
7 %h1= in_place_editor_field :show, :title, {}, :options => {:method => :put}.to_json
9 %h3 Songs in this show
10 %ol#songs_list
11   = render :partial => @show.usages.reject {|u| u.song.nil?}