links on message page (back to list, reply, forward)

This commit is contained in:
Eugene Korbut 2009-02-08 06:06:12 +10:00
parent a997c9d97a
commit 9c9ccc429d
4 changed files with 11 additions and 10 deletions

View file

@ -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