Sha256: e5e7739c08da9247ae40c1ee292862f7de2734b4c7d9a92077fa398f6af63c56

Contents?: true

Size: 539 Bytes

Versions: 14

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

14 entries across 14 versions & 1 rubygems

Version Path
fesplugas-typus-0.9.0 app/views/typus/reset_password.html.erb
fesplugas-typus-0.9.1 app/views/typus/reset_password.html.erb
fesplugas-typus-0.9.10 app/views/typus/reset_password.html.erb
fesplugas-typus-0.9.11 app/views/typus/reset_password.html.erb
fesplugas-typus-0.9.12 app/views/typus/reset_password.html.erb
fesplugas-typus-0.9.13 app/views/typus/reset_password.html.erb
fesplugas-typus-0.9.14 app/views/typus/reset_password.html.erb
fesplugas-typus-0.9.15 app/views/typus/reset_password.html.erb
fesplugas-typus-0.9.2 app/views/typus/reset_password.html.erb
fesplugas-typus-0.9.3 app/views/typus/reset_password.html.erb
fesplugas-typus-0.9.4 app/views/typus/reset_password.html.erb
fesplugas-typus-0.9.5 app/views/typus/reset_password.html.erb
fesplugas-typus-0.9.6 app/views/typus/reset_password.html.erb
fesplugas-typus-0.9.9 app/views/typus/reset_password.html.erb