summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2014-05-13 17:10:33 +0200
committerAzul <azul@leap.se>2014-05-13 17:10:33 +0200
commit41055098941481611d4b9fa80c769092ed9bd79d (patch)
tree8643daaaf1a68c1e714a8560eb3550041a0b68f6
parent726244f1c6bb72fb53a257c084dfbdf7b9c2b03c (diff)
open/close toggle and fields in different forms - fixes #5659
-rw-r--r--engines/support/app/views/tickets/_edit_form.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/support/app/views/tickets/_edit_form.html.haml b/engines/support/app/views/tickets/_edit_form.html.haml
index bf175fe..3675822 100644
--- a/engines/support/app/views/tickets/_edit_form.html.haml
+++ b/engines/support/app/views/tickets/_edit_form.html.haml
@@ -29,6 +29,8 @@
%b{style: 'padding:10px'}= t(:closed)
= f.button :loading, t(:open), value: 'open', class: 'btn-mini'
%span.label.label-clear= t(:created_by_on, :user => created_by, :time => @ticket.created_at.to_s(:short)).html_safe
+= simple_form_for @ticket do |f|
+ = hidden_ticket_fields
%div= t(:subject)
= f.text_field :subject, :class => 'large full-width'
.row-fluid