collab/app/views/tasks/index.html.erb

8 lines
157 B
Plaintext
Raw Normal View History

2010-03-04 06:22:45 +00:00
<h1>Listing tasks</h1>
2010-03-04 22:42:09 +00:00
<%= render :partial => 'task_list' %>
2010-03-04 06:22:45 +00:00
<br />
2010-03-04 22:42:09 +00:00
<%= will_paginate @tasks %>
2010-03-04 06:22:45 +00:00
<%= link_to 'New task', new_project_task_path(@project) %>