Skip to content

Commit

Permalink
re-add List column to give users and quick way to see completed car…
Browse files Browse the repository at this point in the history
…ds they are still assigned to
  • Loading branch information
MattBudz committed Oct 2, 2024
1 parent 81ee43b commit ef97e54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/tasks/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<th>Project</th>
<% end %>
<th>Methodology</th>
<th>List</th>
<th>Due Date</th>
<th>Assigned</th>
</tr>
Expand All @@ -27,6 +28,7 @@
<td data-sort="<%= task.project.name %>"><%= task.project.name %></td>
<% end %>
<td data-sort="<%= task.board.name %>"><%= task.board.name %></td>
<td data-sort="<%= task.list.name %>"><%= task.list.name %></td>
<td data-sort="<%= task.due_date || 'no-due-date' %>"><%= due_date_badge(task) %></td>
<td>
<ul class="d-flex flex-wrap m-0 p-0">
Expand Down

0 comments on commit ef97e54

Please sign in to comment.