foodsoft/app/views/shared/_comments.haml

9 lines
306 B
Plaintext
Raw Normal View History

- unless comments.empty?
- comments.each do |comment|
2009-01-06 11:49:19 +01:00
.comment[comment]
.timestamp
%b=h "#{comment.user.try(:ordergroup_name)}"
= "(#{comment.user.try(:nick)} am #{format_time(comment.created_at)}):"
= simple_format(comment.text)
2009-01-06 11:49:19 +01:00
- else
es gibt derzeit keine Kommentare.