annotate .svn/pristine/ad/adc05921a5ce3f27356e32a8fbe09eae9855ea79.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 cbb26bc654de
children
rev   line source
Chris@909 1 <h2><%=l(:label_password_lost)%></h2>
Chris@909 2
Chris@909 3 <div class="box">
Chris@909 4 <% form_tag({:action=> "lost_password"}, :class => "tabular") do %>
Chris@909 5
Chris@909 6 <p><label for="mail"><%=l(:field_mail)%> <span class="required">*</span></label>
Chris@909 7 <%= text_field_tag 'mail', nil, :size => 40 %>
Chris@909 8 <%= submit_tag l(:button_submit) %></p>
Chris@909 9
Chris@909 10 <% end %>
Chris@909 11 </div>