Added task status to task show
This commit is contained in:
@@ -17,3 +17,8 @@
|
|||||||
--background-color: var(--success-bg);
|
--background-color: var(--success-bg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.task-show-info {
|
||||||
|
display: flex;
|
||||||
|
flex-flow: row nowrap;
|
||||||
|
}
|
||||||
|
|||||||
@@ -2,6 +2,9 @@ div
|
|||||||
em= @task.full_number
|
em= @task.full_number
|
||||||
h1= @task.title
|
h1= @task.title
|
||||||
|
|
||||||
|
section.task-show-info
|
||||||
|
= task_status_selector @task, id: "task_status_selector_#{@task.id}", with_form: true
|
||||||
|
|
||||||
section= @task.description
|
section= @task.description
|
||||||
|
|
||||||
section
|
section
|
||||||
|
|||||||
Reference in New Issue
Block a user