Refactored messages modul, but refactoring is still neccessary.

This commit is contained in:
benni 2011-05-18 14:47:17 +02:00
parent 6ac04d5e19
commit d5552059ce
13 changed files with 81 additions and 146 deletions

View file

@ -16,6 +16,6 @@
%p= simple_format(h(@message.body))
%hr/
%p
= link_to('Antworten', reply_message_path(@message))
= link_to('Antworten', new_message_path(:message => {:reply_to => @message.id}))
|
= link_to 'Nachricht im Überblick', messages_path