Sha256: 11df962d753415c626b585c7e2b8591dc798c35aac03a9d9824b33a82bb15c3a

Contents?: true

Size: 581 Bytes

Versions: 1

Compression:

Stored size: 581 Bytes

Contents

<%(BeforeCompile)
  use_macro(FormTag)
%>

<<div class="form":|Attr[:title=>:title_helper]<
  <h3>Change Password</h3>

  <%= error_messages_for 'user' %>

  <<div class="form-padding"<
    <p>Enter your new password in the fields below and click 'Change Password' to have a new password sent to your email inbox.</p>

    <<form_tag action="change_password"<
      <%= render :partial=>'password', :locals=>{ :user => @user, :submit => false } %>
      <<div class="button-bar"<
        <%= submit_tag _('Change password') %>
        <%= link_to _('Cancel'), :action => 'home' %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
amrita2-2.0.2 sample/login_engine/app/views/user/change_password.a2html