8 lines
270 B
Text
8 lines
270 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'
|
||
|
#message_threads
|
||
|
= render 'message_threads', message_threads: @message_threads, pagination: true
|