foodsoft/app/views/shared/_comments.haml

6 lines
210 B
Plaintext

- comments.each do |comment|
.comment[comment]
%strong= comment.user.try(:ordergroup_name)
%small (#{comment.user.try(:nick)} am #{format_time(comment.created_at)}):
= simple_format(comment.text)