add account and project name columns to the task requests table

This commit is contained in:
bilal
2020-06-04 10:02:14 +02:00
parent 88836e937e
commit 727f71d6e3
3 changed files with 56 additions and 0 deletions

View File

@@ -2,6 +2,12 @@
<td>
<%= task_request.id %>
</td>
<td>
<%= task_request.project.account.name %>
</td>
<td>
<%= task_request.project.name %>
</td>
<td>
<%= task_request.created_at.strftime("%D") %>
</td>