blob: 0a3b345ba650523eb5bb1d05019bc72e9f307c40 (
plain)
1
2
3
4
5
6
7
8
|
%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'
|