Sha256: f4445caf8d30a4101c95fb29a86ed7f50f10045f687fe93c1843342df01aa86c
Contents?: true
Size: 598 Bytes
Versions: 30
Compression:
Stored size: 598 Bytes
Contents
<% @page_title = l(:change_password) %> <div id="spotlight" title="<%= title_helper %>" class="form"> <div class="btitle"> <h4><%=l :password %></h4> </div> <div class="form-padding"> Enter your new password in the fields below and click 'Change Password' to have a new password sent to your email inbox. <%= start_form_tag_helper %> <%= render_partial 'password', :user => @user, :submit => false %> <div class="button-bar"> <%= submit_tag 'Change Password' %> <%= link_to 'Cancel', :action => 'welcome' %> </div> </form> </div> </div>
Version data entries
30 entries across 30 versions & 1 rubygems