summaryrefslogtreecommitdiff
path: root/engines/support/app/views/tickets
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2014-05-20 13:50:32 +0200
committerAzul <azul@leap.se>2014-05-26 12:59:26 +0200
commit560eb039f4778257559395583e1233d052d44127 (patch)
tree400ff92e4e4d64a58a57794170923cd83a696f26 /engines/support/app/views/tickets
parenta337088f4d6d12d1ea26f494f4ca078cff4b4070 (diff)
flash_for with_errors option displays error messages
Diffstat (limited to 'engines/support/app/views/tickets')
-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'