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.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/support/app/views/tickets/edit.html.haml b/engines/support/app/views/tickets/edit.html.haml
index 99afa2a..03bda7d 100644
--- a/engines/support/app/views/tickets/edit.html.haml
+++ b/engines/support/app/views/tickets/edit.html.haml
@@ -1,4 +1,5 @@
- @show_navigation = params[:user_id].present?
+- @comment = TicketComment.new
.ticket
= render 'tickets/edit_form'