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

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