2009-01-15 18:26:37 +01:00
|
|
|
- title "Nachrichten im Überblick"
|
|
|
|
|
|
|
|
%p= link_to('Neue Nachricht', :action => 'new')
|
|
|
|
|
2009-03-23 11:31:36 +01:00
|
|
|
%div{:style => "text-align:right"}= will_paginate @messages
|
|
|
|
|
2009-01-15 18:26:37 +01:00
|
|
|
#messages
|
2009-03-09 13:02:43 +01:00
|
|
|
= render :partial => 'messages', :locals => { :subject_length => 130 }
|