summaryrefslogtreecommitdiff
path: root/help/app/views/tickets/show.html.haml
blob: a37f5c8df055fdcedc3b18657474f388eb0e3da5 (plain)
1
2
3
4
5
6
7
8
9
10
%h2= @ticket.title
is open?
= @ticket.is_open
code:
= @ticket.code
= render(:partial => "comment", :collection => @ticket.comments)

= simple_form_for @ticket do |f|
  = render :partial => 'new_comment'
  = f.button :submit