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.
7 lines
169 B
Text
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
|