a769142d2f
following #13 - tickets have no more master - tickets are commentables
11 lines
186 B
Plaintext
11 lines
186 B
Plaintext
table.table.table-condensed
|
|
tr
|
|
th Creator
|
|
th Title
|
|
th Content
|
|
- commentable.comments.each do |c|
|
|
tr
|
|
td = c.creator_type
|
|
td = c.title
|
|
td = c.comment
|