Make the message reply link prefill the title with "Re: original title".

Closes #634.
This commit is contained in:
Tom Hughes 2008-01-15 19:05:17 +00:00
parent 2eec60b575
commit b416597507
6 changed files with 17 additions and 7 deletions

View file

@ -122,7 +122,8 @@ ActionController::Routing::Routes.draw do |map|
map.connect '/message/new/:user_id', :controller => 'message', :action => 'new'
map.connect '/message/read/:message_id', :controller => 'message', :action => 'read'
map.connect '/message/mark/:message_id', :controller => 'message', :action => 'mark'
map.connect '/message/reply/:message_id', :controller => 'message', :action => 'reply'
# fall through
map.connect ':controller/:id/:action'
map.connect ':controller/:action'