Sha256: 772e3b33af57a8d44a7435e44d9c7d9ee2aaa7fb46f9f2eba0735e791356b594

Contents?: true

Size: 545 Bytes

Versions: 3

Compression:

Stored size: 545 Bytes

Contents

<div title="<%= title_helper %>" class="form">
  <%= head_helper 'Change Password', :error => true %>

  <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>
    <%= end_form_tag %>
  </div>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
backlog-0.0.0 app/views/user/change_password.rhtml
backlog-0.0.1 app/views/user/change_password.rhtml
backlog-0.0.2 app/views/user/change_password.rhtml