summaryrefslogtreecommitdiff
path: root/engines/support/app/views/tickets/_new_comment_form.html.haml
diff options
context:
space:
mode:
authorazul <azul@riseup.net>2014-04-25 16:25:16 +0200
committerazul <azul@riseup.net>2014-04-25 16:25:16 +0200
commitb7dc6ee5220a2d7865bdd86eb86e1fbed4ca28d3 (patch)
tree9d15194f4cd765a7866e93b1b3eb30c9c52ffda4 /engines/support/app/views/tickets/_new_comment_form.html.haml
parent76ad25ba0ee344f185f8e8cdfe066685cd3b0447 (diff)
parented3575856276f25b7c8253e302646dc7684a5da8 (diff)
Merge pull request #150 from azul/bugfix/5542-capitalize-loading
Bugfix/5542 capitalize loading
Diffstat (limited to 'engines/support/app/views/tickets/_new_comment_form.html.haml')
-rw-r--r--engines/support/app/views/tickets/_new_comment_form.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/support/app/views/tickets/_new_comment_form.html.haml b/engines/support/app/views/tickets/_new_comment_form.html.haml
index 8418e01..40c737f 100644
--- a/engines/support/app/views/tickets/_new_comment_form.html.haml
+++ b/engines/support/app/views/tickets/_new_comment_form.html.haml
@@ -7,7 +7,7 @@
= c.input :body, :label => false, :as => :text, :input_html => {:class => "full-width", :rows=> 5}
- if admin?
= c.input :private, :as => :boolean, :label => false, :inline_label => true
- = f.button :button, t(:post_reply), :name => 'commit', :class => 'btn-primary', :type => 'submit', :value => 'post_reply'
+ = f.button :loading, t(:post_reply), class: 'btn-primary', value: 'post_reply'
- if logged_in? && @ticket.is_open
- = f.button :button, t(:reply_and_close), :name => 'commit', :class => 'btn', :type => 'submit', :value => 'reply_and_close'
+ = f.button :loading, t(:reply_and_close), value: 'reply_and_close'
= link_to t(:cancel), auto_tickets_path, :class => :btn