From 2dff9a32e886220fe63152e905c0d7a32968f695 Mon Sep 17 00:00:00 2001 From: jessib Date: Mon, 5 Nov 2012 16:01:40 -0800 Subject: Working on functionality for replying to and closing tickets. --- help/app/views/tickets/show.html.haml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'help/app/views') 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 -- cgit v1.2.3