Listing tasks

<%= render :partial => 'task_list' %>
<%= will_paginate @tasks %> <%= link_to 'New task', new_project_task_path(@project) %>