Sha256: a43b99786a92a919bc8798f87c72a7f7d085a127825f5c3ba36f543040ed9995

Contents?: true

Size: 539 Bytes

Versions: 2

Compression:

Stored size: 539 Bytes

Contents

<% form_tag admin_reset_password_path do %>

  <%= hidden_field_tag :token, @user.token %>

  <ul>
  <li><label for="password"><%= _('Password') %></label>
  <%= password_field :user, :password, :size => 20, :class => 'text' %></li>
  <li><label for="password"><%= _('Password confirm') %></label>
  <%= password_field :user, :password_confirmation, :size => 20, :class => 'text' %></li>
  <li><%= submit_tag _('Change password'), :class => 'button' %> <%= link_to _('I remember my password'), admin_sign_in_path %></li>
  </ul>

<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fesplugas-typus-0.9.7 app/views/typus/reset_password.html.erb
fesplugas-typus-0.9.8 app/views/typus/reset_password.html.erb