links on message page (back to list, reply, forward)
This commit is contained in:
parent
a997c9d97a
commit
9c9ccc429d
4 changed files with 11 additions and 10 deletions
|
@ -124,7 +124,7 @@ class WebmailController < ApplicationController
|
|||
@mail = prepare_mail
|
||||
@mail.reply(@tmail, fb, get_mail_prefs.mail_type)
|
||||
|
||||
render_action("compose")
|
||||
render :action => 'compose'
|
||||
end
|
||||
|
||||
def forward
|
||||
|
@ -136,7 +136,7 @@ class WebmailController < ApplicationController
|
|||
@mail = prepare_mail
|
||||
@mail.forward(@tmail, fb)
|
||||
|
||||
render_action("compose")
|
||||
render :action => 'compose'
|
||||
end
|
||||
|
||||
def compose
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue