tracks/app/views/projects/actionize.js.erb

2 lines
151 B
Text
Raw Permalink Normal View History

2010-10-20 09:00:04 +02:00
new_html = "<%= escape_javascript(render(:partial => 'project_listing', :collection => @projects)) %>";
$("#list-<%=@state%>-projects").html(new_html);