Some fixes of bugs during last commit.

This commit is contained in:
Benjamin Meichsner 2009-01-15 20:10:50 +01:00
parent e8d55e50c0
commit 7ff0467b16
6 changed files with 21 additions and 16 deletions

View file

@ -3,4 +3,4 @@
%p= link_to('Neue Nachricht', :action => 'new')
#messages
= render :partial => 'messages'
= render :partial => 'messages', :locals => { :subject_length => 200 }