search for: contest_enter

Displaying 1 result from an estimated 1 matches for "contest_enter".

Did you mean: contest_entry
2006 Jun 01
0
Possible RJS Implementation?
...<div class="elgibile_title"><%= song.title %></div> <div class="elgibile_entered_link"> <%= link_to_remote h("Submit to this contest"), { :url => { :action => ''contest_enter'', :id => @contest, :song_id => song.id }, :complete => visual_effect(:fade, "elgibile_id_of_#{song.id}")} %> </div> </div> <% end %> </div> The items that are no available: ----------------...