Add references between projects and todos
This commit is contained in:
@@ -9,4 +9,18 @@
|
||||
<%= todo.description %>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<strong>Completed:</strong>
|
||||
<%= todo.completed %>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<strong>Priority:</strong>
|
||||
<%= todo.priority %>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<strong>Project:</strong>
|
||||
<%= link_to todo.project.name, project_path(todo.project) %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user