foodsoft/plugins/messages/app/views/message_threads/show.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

7 lines
169 B
Text

- if @group.nil?
- title t '.general'
- else
- title @group.name
#message_threads
= render 'message_threads', message_threads: @message_threads, pagination: true