Show More
Commit Description:
add more error message to user list upgrade. Fix #9
Commit Description:
add more error message to user list upgrade. Fix #9
References:
File last commit:
Show/Diff file:
Action:
app/views/users/forget.html.haml
| 19 lines
| 486 B
| text/x-haml
| HamlLexer
|
|
r189 | .contest-title | ||
%h1 | ||||
|
r320 | = "#{GraderConfiguration['contest.name']}: #{t 'registration.password_retrieval.header'}" | ||
|
r189 | |||
- if flash[:notice] | ||||
%hr/ | ||||
%b= flash[:notice] | ||||
%hr/ | ||||
%br/ | ||||
|
r321 | = form_tag :action => 'retrieve_password' do | ||
|
r189 | =t 'registration.password_retrieval.instructions' | ||
|
r378 | %br/ | ||
= email_field 'email', nil, :size => 20 | ||||
|
r189 | %br/ | ||
= submit_tag(t 'registration.password_retrieval.button_label') | ||||
= link_to "#{t 'go_back_to'}#{t 'home_page'}", :controller => 'main', :action => 'index' | ||||