9 lines
No EOL
306 B
Text
9 lines
No EOL
306 B
Text
- unless comments.empty?
|
|
- comments.each do |comment|
|
|
.comment[comment]
|
|
.timestamp
|
|
%b=h "#{comment.user.try(:ordergroup_name)}"
|
|
= "(#{comment.user.try(:nick)} am #{format_time(comment.created_at)}):"
|
|
= simple_format(comment.text)
|
|
- else
|
|
es gibt derzeit keine Kommentare. |