Sha256: 27e5802698b86a2e4e8b9e37a8ab957f3651b86a5c1a1c256df6cfd91c414c2f

Contents?: true

Size: 615 Bytes

Versions: 25

Compression:

Stored size: 615 Bytes

Contents

<% form_tag admin_reset_password_path do %>

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

  <%= error_messages_for :user, :header_message => nil, :message => nil %>

  <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

25 entries across 25 versions & 2 rubygems

Version Path
fesplugas-typus-0.9.16 app/views/typus/reset_password.html.erb
fesplugas-typus-0.9.17 app/views/typus/reset_password.html.erb
typus-0.9.39 app/views/typus/reset_password.html.erb
typus-0.9.38 app/views/typus/reset_password.html.erb
typus-0.9.37 app/views/typus/reset_password.html.erb
typus-0.9.36 app/views/typus/reset_password.html.erb
typus-0.9.35 app/views/typus/reset_password.html.erb
typus-0.9.34 app/views/typus/reset_password.html.erb
typus-0.9.33 app/views/typus/reset_password.html.erb
typus-0.9.32 app/views/typus/reset_password.html.erb
typus-0.9.31 app/views/typus/reset_password.html.erb
typus-0.9.30 app/views/typus/reset_password.html.erb
typus-0.9.29 app/views/typus/reset_password.html.erb
typus-0.9.28 app/views/typus/reset_password.html.erb
typus-0.9.27 app/views/typus/reset_password.html.erb
typus-0.9.26 app/views/typus/reset_password.html.erb
typus-0.9.25 app/views/typus/reset_password.html.erb
typus-0.9.24 app/views/typus/reset_password.html.erb
typus-0.9.23 app/views/typus/reset_password.html.erb
typus-0.9.22 app/views/typus/reset_password.html.erb