diff options
author | jessib <jessib@riseup.net> | 2012-11-05 16:01:40 -0800 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2012-11-05 16:01:40 -0800 |
commit | 2dff9a32e886220fe63152e905c0d7a32968f695 (patch) | |
tree | 774e7a62f76703ade3540ac4dca8e12663b8478e /help/app/views | |
parent | b3dc5378e5c09e91956aa899a6d71f0fc790de5e (diff) |
Working on functionality for replying to and closing tickets.
Diffstat (limited to 'help/app/views')
-rw-r--r-- | help/app/views/tickets/show.html.haml | 6 |
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 |