foodsoft/app/views/messages/index.html.haml
2009-01-15 20:10:50 +01:00

6 lines
No EOL
168 B
Text

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