Sha256: 147c972f999d1f4e0f7c2c0ee0d363f972b598119c270d972d1d13af6a089ea4

Contents?: true

Size: 598 Bytes

Versions: 3

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', :locals => {:submit => false} %>
      <div class="button-bar">
        <%= submit_tag 'Change Password' %>
        <%= link_to 'Cancel', :action => 'welcome' %>
      </div>
    </form>
  </div>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
backlog-0.37.2 app/views/user/change_password.rhtml
backlog-0.37.1 app/views/user/change_password.rhtml
backlog-0.36.2 app/views/user/change_password.rhtml