##// END OF EJS Templates
remove trailing white-spaces app/views/account/password_recovery.html.erb...
Toshi MARUYAMA -
r7160:423671456b30
parent child
Show More
@@ -1,15 +1,15
1 <h2><%=l(:label_password_lost)%></h2>
1 <h2><%=l(:label_password_lost)%></h2>
2
2
3 <%= error_messages_for 'user' %>
3 <%= error_messages_for 'user' %>
4
4
5 <% form_tag({:token => @token.value}) do %>
5 <% form_tag({:token => @token.value}) do %>
6 <div class="box tabular">
6 <div class="box tabular">
7 <p><label for="new_password"><%=l(:field_new_password)%> <span class="required">*</span></label>
7 <p><label for="new_password"><%=l(:field_new_password)%> <span class="required">*</span></label>
8 <%= password_field_tag 'new_password', nil, :size => 25 %><br />
8 <%= password_field_tag 'new_password', nil, :size => 25 %><br />
9 <em><%= l(:text_caracters_minimum, :count => Setting.password_min_length) %></em></p>
9 <em><%= l(:text_caracters_minimum, :count => Setting.password_min_length) %></em></p>
10
10
11 <p><label for="new_password_confirmation"><%=l(:field_password_confirmation)%> <span class="required">*</span></label>
11 <p><label for="new_password_confirmation"><%=l(:field_password_confirmation)%> <span class="required">*</span></label>
12 <%= password_field_tag 'new_password_confirmation', nil, :size => 25 %></p>
12 <%= password_field_tag 'new_password_confirmation', nil, :size => 25 %></p>
13 </div>
13 </div>
14 <p><%= submit_tag l(:button_save) %></p>
14 <p><%= submit_tag l(:button_save) %></p>
15 <% end %>
15 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now