feat(board): show upcoming deadline tasks
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
<div id="board-content" class="board-page">
|
||||
<partial name="Partials/_FilterBar" model="Model" />
|
||||
<partial name="Partials/_UpcomingTasks" model="Model" />
|
||||
<div id="kanban-board" class="kanban-grid">
|
||||
@foreach (var col in Model.Columns)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user