Make the message reply link prefill the title with "Re: original title".
Closes #634.
This commit is contained in:
parent
2eec60b575
commit
b416597507
6 changed files with 17 additions and 7 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue