add account and project name columns to the task requests table #4

Closed
bilal.catic wants to merge 2 commits from big-admin-show-task-request-owner into task-me-mvp
Showing only changes of commit 295eccac77 - Show all commits

View File

@@ -17,7 +17,7 @@
<%= render @task_requests %>
<% else %>
<tr>
<td colspan="6" class="py-4 text-center text-muted"><%= t(".empty") %></td>
<td colspan="20" class="py-4 text-center text-muted"><%= t(".empty") %></td>
</tr>
<% end %>
</tbody>