OSDN Git Service

added svn:eol-style native property on /app files
[redminele/redmine.git] / app / views / account / lost_password.rhtml
1 <center>
2 <div class="box login">
3 <h2><%=l(:label_password_lost)%></h2>
4
5 <% form_tag({:action=> "lost_password"}, :class => "tabular") do %>
6
7 <p><label for="mail"><%=l(:field_mail)%> <span class="required">*</span></label>
8 <%= text_field_tag 'mail', nil, :size => 40 %></p>
9
10 <p><center><%= submit_tag l(:button_submit) %></center></p>
11
12 <% end %>
13 </div>
14 </center>