Sha256: 977b2ed96d6dfc8459305f3ac50f15267899f64ed0a9fb1caa7d7bff145f07b4

Contents?: true

Size: 327 Bytes

Versions: 7

Compression:

Stored size: 327 Bytes

Contents

<% form_tag admin_recover_password_path do %>
  <ul>
  <li><label for="email"><%= _("Email") %></label>
  <%= text_field :user, :email, :size => "20", :class => 'text' %></li>
  <li><%= submit_tag _("Recover password"), :class => 'button' %> <%= link_to _("I remember my password"), admin_sign_in_path %></li>
  </ul>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fesplugas-typus-0.9.0 app/views/typus/recover_password.html.erb
fesplugas-typus-0.9.1 app/views/typus/recover_password.html.erb
fesplugas-typus-0.9.2 app/views/typus/recover_password.html.erb
fesplugas-typus-0.9.3 app/views/typus/recover_password.html.erb
fesplugas-typus-0.9.4 app/views/typus/recover_password.html.erb
fesplugas-typus-0.9.5 app/views/typus/recover_password.html.erb
fesplugas-typus-0.9.6 app/views/typus/recover_password.html.erb