Sha256: 9bf60b22399f59255800fa1f2245753be5a6d92af78458447fef19f4b3c78837

Contents?: true

Size: 325 Bytes

Versions: 2

Compression:

Stored size: 325 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

2 entries across 2 versions & 1 rubygems

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