foodcoop-adam/foodsoft

View on GitHub
app/views/shared/_comments.haml

Summary

Maintainability
Test Coverage
- comments.each do |comment|
  .comment[comment]
    %strong= comment.user.try(:ordergroup_name)
    %small (#{show_user comment.user} am #{format_time(comment.created_at)}):
    = simple_format(comment.text)