Sha256: 61cb94157b2ab0d0bd25d0defa52d58982317a2e24817b7d158bb60fd502b376
Contents?: true
Size: 481 Bytes
Versions: 11
Compression:
Stored size: 481 Bytes
Contents
<% page_title = _t("Forgot password") title(page_title) %> <%= form_for :typus_user, :url => { :action => :forgot_password } do |form| %> <ul> <li> <%= form.label :email, Typus.user_class.human_attribute_name(:email) %> <%= form.text_field :email, :size => 20, :class => "text" %> </li> <li> <%= submit_tag _t("Submit"), :class => "button" %> <%= link_to _t("I remember my password"), new_admin_session_path %> </li> </ul> <% end %>
Version data entries
11 entries across 11 versions & 1 rubygems