Sha256: ad6c0b2ac85900d6dc6b4e16767df7447e65097ce45554ecac2437fc0c11fc84

Contents?: true

Size: 547 Bytes

Versions: 43

Compression:

Stored size: 547 Bytes

Contents

<% @page_title = l(:change_password) %>

<div id="spotlight">
<div title="<%= title_helper %>" class="form">

  <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>
</div>

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
backlog-0.8.1 app/views/user/change_password.rhtml
backlog-0.9.0 app/views/user/change_password.rhtml
backlog-0.9.1 app/views/user/change_password.rhtml