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-09-11 16:10:18 +02:00
|
|
|
%b=h "#{comment.user.try(:ordergroup_name)}"
|
|
|
|
= "(#{comment.user.try(:nick)} am #{format_time(comment.created_at)}):"
|
2009-01-29 21:28:22 +01:00
|
|
|
= simple_format(comment.text)
|
2009-01-06 11:49:19 +01:00
|
|
|
- else
|
|
|
|
es gibt derzeit keine Kommentare.
|