summaryrefslogtreecommitdiff
path: root/help/app/views/tickets/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'help/app/views/tickets/show.html.haml')
-rw-r--r--help/app/views/tickets/show.html.haml6
1 files changed, 4 insertions, 2 deletions
diff --git a/help/app/views/tickets/show.html.haml b/help/app/views/tickets/show.html.haml
index 92b8d03..132d50f 100644
--- a/help/app/views/tickets/show.html.haml
+++ b/help/app/views/tickets/show.html.haml
@@ -21,6 +21,8 @@
= #render :partial => 'new_comment'
= f.label :is_open
= f.select :is_open, [true, false]
- = f.button :submit
+ = f.button :submit, @post_reply_str
+ = f.button :submit, @reply_close_str
= # TODO want to have button to close
- = link_to t(:cancel), tickets_path, :class => :btn \ No newline at end of file
+ = # TODO if admin, have button to delete
+ = link_to t(:cancel), tickets_path, :class => :btn