2012-10-15 21:19:17 +02:00
|
|
|
- comments.each do |comment|
|
|
|
|
.comment[comment]
|
|
|
|
%strong= comment.user.try(:ordergroup_name)
|
2013-09-20 22:40:13 +02:00
|
|
|
%small (#{show_user comment.user} am #{format_time(comment.created_at)}):
|
2012-10-15 21:19:17 +02:00
|
|
|
= simple_format(comment.text)
|