MorningPeak/app/views/comments/_thread.html.slim
Arthur Poulet a769142d2f update tickets
following #13

- tickets have no more master
- tickets are commentables
2016-01-31 02:22:11 +01:00

5 lines
198 B
Plaintext

#comments.container-fluid
h2.page-header Comments
= render partial: "/comments/form"
= render partial: "/comments/about#{type == 'user' ? '_client' : '' }", locals: {commentable: commentable}