Displaying 1 result from an estimated 1 matches for "contest_unsubmit".
2006 Jun 01
0
Possible RJS Implementation?
...<div class="ineligible_title"><%= song.title %></div>
            <div class="ineligible_entered_link">
                <%= link_to_remote h("Remove from this contest"), {
                             :url => { :action => ''contest_unsubmit'', :id =>
@contest, :song_id => song.id },
                            :complete => visual_effect(:fade, "id_of_#{
song.id}", :duration => 1),
                            :confirm => "Are you sure you want to remove
\"#{song.title}\" from the contest?...