foodsoft/app/views/shared/_comments.haml

14 lines
401 B
Plaintext
Raw Normal View History

2009-01-06 11:49:19 +01:00
- unless @comments.empty?
- @comments.each do |comment|
.comment[comment]
%h3
= "#{comment.user.find_ordergroup.name} :" if comment.user.find_ordergroup
=h comment.title
= simple_format(comment.comment)
.timestamp
Erstellt am
= format_time(comment.created_at)
von
=h comment.user.nick
- else
es gibt derzeit keine Kommentare.