foodsoft/app/views/messages/index.html.haml

6 lines
168 B
Plaintext
Raw Normal View History

- title "Nachrichten im Überblick"
%p= link_to('Neue Nachricht', :action => 'new')
#messages
= render :partial => 'messages', :locals => { :subject_length => 130 }