summaryrefslogtreecommitdiff
path: root/engines/support/app/views/tickets/show.html.haml
blob: bfdb7731643361008575b25856364ac7a825cb72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- @show_navigation = !params[:user_id].nil?

.ticket
  = render 'tickets/edit_form'
  %table.table.table-striped.table-bordered
    %tbody
      = render :partial => 'tickets/comment', :collection => @ticket.comments
      %tr
        %td.user
          = logged_in? ? current_user.login : t(:anonymous)
        %td.comment
          = render 'tickets/new_comment_form'