b49bfb0d8c
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.
8 lines
255 B
Text
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
|