Mercurial > hg > soundsoftware-site
view .svn/pristine/d4/d4784b674172654e5a4164cf7f526c3360280dc5.svn-base @ 1192:3c9ca27c2d3d feature_564
Add approximate back-of-envelope calculation of project maturity
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Tue, 22 Jan 2013 16:51:56 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
<h2><%=l(:label_password_lost)%></h2> <%= error_messages_for 'user' %> <% form_tag({:token => @token.value}) do %> <div class="box tabular"> <p><label for="new_password"><%=l(:field_new_password)%> <span class="required">*</span></label> <%= password_field_tag 'new_password', nil, :size => 25 %><br /> <em><%= l(:text_caracters_minimum, :count => Setting.password_min_length) %></em></p> <p><label for="new_password_confirmation"><%=l(:field_password_confirmation)%> <span class="required">*</span></label> <%= password_field_tag 'new_password_confirmation', nil, :size => 25 %></p> </div> <p><%= submit_tag l(:button_save) %></p> <% end %>