Some links
This commit is contained in:
@@ -10,5 +10,7 @@
|
||||
tr
|
||||
td= link_to task.full_number, task_path(task)
|
||||
td= task.title
|
||||
td
|
||||
= link_to 'Edit', edit_task_path(task)
|
||||
- else
|
||||
p No tasks
|
||||
|
||||
@@ -3,3 +3,7 @@ div
|
||||
h1= @task.title
|
||||
|
||||
section= @task.description
|
||||
|
||||
section
|
||||
ul.links
|
||||
li= link_to 'Edit', edit_task_path(@task)
|
||||
|
||||
Reference in New Issue
Block a user