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
2009-01-15 20:10:50 +01:00
= render :partial => 'messages', :locals => { :subject_length => 200 }