foodsoft/lib/foodsoft_messages/app/views/messages/index.html.haml
2014-05-13 17:01:25 +02: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