Show More
Commit Description:
Merge pull request #11 from wytesk133/master...
Commit Description:
Merge pull request #11 from wytesk133/master Various fixes
References:
File last commit:
Show/Diff file:
Action:
app/views/users/forget.html.haml | 18 lines | 478 B | text/x-haml | HamlLexer |
.contest-title
%h1
= "#{GraderConfiguration['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'