Mercurial > hg > soundsoftware-site
annotate .svn/pristine/59/5996e81843417dcfe6c37ce3e9f6bb2f6cb2362c.svn-base @ 1519:afce8026aaeb redmine-2.4-integration
Merge from branch "live"
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 09:34:53 +0100 |
parents | 038ba2d95de8 |
children |
rev | line source |
---|---|
Chris@1296 | 1 <h2><%=l(:label_password_lost)%></h2> |
Chris@1296 | 2 |
Chris@1296 | 3 <%= form_tag(lost_password_path) do %> |
Chris@1296 | 4 <div class="box tabular"> |
Chris@1296 | 5 <p> |
Chris@1296 | 6 <label for="mail"><%=l(:field_mail)%> <span class="required">*</span></label> |
Chris@1296 | 7 <%= text_field_tag 'mail', nil, :size => 40 %> |
Chris@1296 | 8 <%= submit_tag l(:button_submit) %> |
Chris@1296 | 9 </p> |
Chris@1296 | 10 </div> |
Chris@1296 | 11 <% end %> |