diff --git a/ui/views/ticket/create.html b/ui/views/ticket/create.html index d73821c..eb4d8e9 100644 --- a/ui/views/ticket/create.html +++ b/ui/views/ticket/create.html @@ -11,6 +11,13 @@ {{ BulmaForm::horizontal_field_select('Status:', 'status', ['New', 'In Progress', 'On Hold', 'Completed'])}} - +
| id | title | description | +id | title | status | priority | created_at | |
|---|---|---|---|---|---|---|---|---|
| {{@ticket.id}} | +{{@ticket.id}} | {{@ticket.title}} | {{@ticket.status}} | {{@ticket.priority}} | {{@ticket.created_at}} | - |