8 lines
157 B
Plaintext
8 lines
157 B
Plaintext
<h1>Listing tasks</h1>
|
|
|
|
<%= render :partial => 'task_list' %>
|
|
|
|
|
|
<br />
|
|
<%= will_paginate @tasks %>
|
|
<%= link_to 'New task', new_project_task_path(@project) %> |