diff --git a/ui/views/ticket/create.html b/ui/views/ticket/create.html index eb4d8e9..a1aadd1 100644 --- a/ui/views/ticket/create.html +++ b/ui/views/ticket/create.html @@ -3,14 +3,37 @@
- {{ BulmaForm::horizontal_field_input('Title:', 'title') }} - - {{ BulmaForm::horizontal_field_textarea('Description:', 'description') }} + + {{ BulmaForm::horizontal_field_select('Priority:', 'priority', ['Low', 'Medium', 'High'])}} - {{ BulmaForm::horizontal_field_select('Status:', 'status', ['New', 'In Progress', 'On Hold', 'Completed'])}} + +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
Cancel diff --git a/ui/views/ticket/edit.html b/ui/views/ticket/edit.html index 6ec0323..096f4e5 100644 --- a/ui/views/ticket/edit.html +++ b/ui/views/ticket/edit.html @@ -2,14 +2,51 @@ - {{ BulmaForm::horizontal_field_input('Title:', 'title', @ticket.title) }} - - {{ BulmaForm::horizontal_field_textarea('Description:', 'description', @ticket.description) }} + + {{ BulmaForm::horizontal_field_select('Priority:', 'priority', ['Low', 'Medium', 'High'])}} - {{ BulmaForm::horizontal_field_select('Status:', 'status', ['New', 'In Progress', 'On Hold', 'Completed'])}} - + +
+

Custom Fields

+ +
+ +
+ +
+ + +
+
+ + +
+
+
+
+
+ +
+
+
+ + +
+
+ + +
+
+
+
+ +
\ No newline at end of file