foodsoft/plugins/messages/app/views/messages/index.html.haml
2014-11-22 00:43:24 +01:00

6 lines
186 B
Text

- title t('.title')
- content_for :actionbar do
= link_to t('.new'), new_message_path, class: 'btn btn-primary'
#messages
= render 'messages', messages: @messages, pagination: true