foodsoft/app/views/shared/_comments.haml
2013-09-20 22:40:13 +02:00

5 lines
209 B
Text

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