foodsoft/plugins/messages/app/views/message_threads/index.html.haml
wvengen b49bfb0d8c Localeapp roundtrip + fixes
This includes an overdue synchronization of plugin locales. To make
translation easier for non-developers, we keep the strings at localeapp,
which puts everything in one file. All plugins enabled by default are
therefore included in Foodsoft's locales.
2017-10-27 22:37:32 +02:00

8 lines
255 B
Text

- 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