Show More
Commit Description:
MERGE changeset 306:307 from branch ytopc08-2 that fixes migration bug...
Commit Description:
MERGE changeset 306:307 from branch ytopc08-2 that fixes migration bug git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@308 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/users/confirm.html.haml | 15 lines | 425 B | text/x-haml | HamlLexer |
- if @result == :successful
%h1 User activated
Your account has been activated.
%br/
Please go ahead to
= link_to 'login.', :controller => 'main', :action => 'login'
- else
%h1 Activation failed
- if @result == :email_used
A user with this E-mail exists.
- else
Your activation code is invalid. Please check again.
%br/
Get back to
= link_to 'home.', :controller => 'main', :action => 'login'