foodcoops/foodsoft

View on GitHub
plugins/messages/app/views/message_threads/index.html.haml

Summary

Maintainability
Test Coverage
- title t('.title')

= render 'messages/actionbar', active: 'message_threads'

= render 'groupmessage_threads', group: nil, name: t('.general'), id: 0

- for group in @groups
  = render 'groupmessage_threads', group: group, name: group.name, id: group.id