foodsoft/app/views/messages/index.html.haml
2012-10-08 21:52:03 +02:00

5 lines
No EOL
164 B
Text

- title "Nachrichten"
= link_to 'Neue Nachricht', new_message_path, class: 'btn btn-primary'
#messages
= render 'messages', messages: @messages, pagination: true