summaryrefslogtreecommitdiff
path: root/engines/support/app/views/tickets/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'engines/support/app/views/tickets/edit.html.haml')
-rw-r--r--engines/support/app/views/tickets/edit.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/support/app/views/tickets/edit.html.haml b/engines/support/app/views/tickets/edit.html.haml
new file mode 100644
index 0000000..03bda7d
--- /dev/null
+++ b/engines/support/app/views/tickets/edit.html.haml
@@ -0,0 +1,6 @@
+- @show_navigation = params[:user_id].present?
+- @comment = TicketComment.new
+
+.ticket
+ = render 'tickets/edit_form'
+ = render 'tickets/comments'