Introduced actionbar. Some fixes for balancing page.

This commit is contained in:
benni 2012-11-12 13:13:01 +01:00
parent 1d9815731c
commit f4f10b1e4c
26 changed files with 90 additions and 78 deletions

View file

@ -1,5 +1,6 @@
- title "Nachrichten"
= link_to 'Neue Nachricht', new_message_path, class: 'btn btn-primary'
- content_for :actionbar do
= link_to 'Neue Nachricht', new_message_path, class: 'btn btn-primary'
#messages
= render 'messages', messages: @messages, pagination: true