Sortables are no longer in the view
[lyrix.git] / app / views / usages / _song.haml
blob36f80fa2ef37e3736acd9524459cc2bff570ca73
1 %li[song]
2   %span.drag_me= image_tag('cd.png')
3   = song.title
4   = draggable_element(dom_id(song), :revert => true, :handle => "'drag_me'")