Fixed messages. New styling for token input plugin.

This commit is contained in:
benni 2012-10-08 18:19:15 +02:00
parent c0c41a7752
commit 52e62f8ddb
14 changed files with 359 additions and 412 deletions

View file

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