10 lines
346 B
Text
10 lines
346 B
Text
- title t('.title')
|
|
|
|
- content_for :actionbar do
|
|
= link_to t('.messages'), messages_path, class: 'btn'
|
|
= link_to t('.new'), new_message_path, class: 'btn btn-primary'
|
|
|
|
= render 'groupmessage_threads', group: nil, name: t('.other'), id: 0
|
|
|
|
- for group in @groups
|
|
= render 'groupmessage_threads', group: group, name: group.name, id: group.id
|