Show More
Commit Description:
Merge branch 'master' into codejom (updated rails version, removed judge)
Commit Description:
Merge branch 'master' into codejom (updated rails version, removed judge)
References:
File last commit:
Show/Diff file:
Action:
app/views/users/forget.html.haml
| 18 lines
| 472 B
| text/x-haml
| HamlLexer
|
|
r189 | .contest-title | ||
%h1 | ||||
= "#{Configuration['contest.name']}: #{t 'registration.password_retrieval.header'}" | ||||
- if flash[:notice] | ||||
%hr/ | ||||
%b= flash[:notice] | ||||
%hr/ | ||||
%br/ | ||||
- form_tag :action => 'retrieve_password' do | ||||
=t 'registration.password_retrieval.instructions' | ||||
= text_field 'email', nil, :size => 20 | ||||
%br/ | ||||
= submit_tag(t 'registration.password_retrieval.button_label') | ||||
= link_to "#{t 'go_back_to'}#{t 'home_page'}", :controller => 'main', :action => 'index' | ||||