2009-01-29 01:57:51 +01:00
|
|
|
- unless comments.empty?
|
|
|
|
- comments.each do |comment|
|
2009-01-06 11:49:19 +01:00
|
|
|
.comment[comment]
|
|
|
|
.timestamp
|
2009-01-29 21:28:22 +01:00
|
|
|
%b=h "#{comment.user.ordergroup_name}"
|
|
|
|
= "(#{comment.user.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.
|