Sha256: f3b583ab0047a431e2b0c0df09040f7af0c5e4473edb061ad036bcde68156057

Contents?: true

Size: 443 Bytes

Versions: 14

Compression:

Stored size: 443 Bytes

Contents

<div class="nyauth-error-messages">
  <%= @client.errors.full_messages.join(',') %>
</div>

<%= form_for @client, url: reset_password_path_for(nyauth_client_name, params[:reset_password_key]) do |f| %>
  <div>
    <%= f.password_field :password, placeholder: 'password' %>
  </div>
  <div>
    <%= f.password_field :password_confirmation, placeholder: 'password confirmation' %>
  </div>
  <%= f.submit t('nav.nyauth.common.set') %>
<% end %>

Version data entries

14 entries across 7 versions & 1 rubygems

Version Path
nyauth-0.7.2 spec/lib/generators/nyauth/tmp/app/views/nyauth/reset_passwords/edit.html.erb
nyauth-0.7.2 app/views/nyauth/reset_passwords/edit.html.erb
nyauth-0.7.1 spec/lib/generators/nyauth/tmp/app/views/nyauth/reset_passwords/edit.html.erb
nyauth-0.7.1 app/views/nyauth/reset_passwords/edit.html.erb
nyauth-0.7.0 app/views/nyauth/reset_passwords/edit.html.erb
nyauth-0.7.0 spec/lib/generators/nyauth/tmp/app/views/nyauth/reset_passwords/edit.html.erb
nyauth-0.6.2 spec/lib/generators/nyauth/tmp/app/views/nyauth/reset_passwords/edit.html.erb
nyauth-0.6.2 app/views/nyauth/reset_passwords/edit.html.erb
nyauth-0.6.1 spec/lib/generators/nyauth/tmp/app/views/nyauth/reset_passwords/edit.html.erb
nyauth-0.6.1 app/views/nyauth/reset_passwords/edit.html.erb
nyauth-0.6.0 spec/lib/generators/nyauth/tmp/app/views/nyauth/reset_passwords/edit.html.erb
nyauth-0.6.0 app/views/nyauth/reset_passwords/edit.html.erb
nyauth-0.5.0 app/views/nyauth/reset_passwords/edit.html.erb
nyauth-0.5.0 spec/lib/generators/nyauth/tmp/app/views/nyauth/reset_passwords/edit.html.erb