Sha256: a37e9d0bbc9d24bab87fad36b5c71d9d03eb8697a03e96af79d016d3a5fdb227

Contents?: true

Size: 478 Bytes

Versions: 5

Compression:

Stored size: 478 Bytes

Contents

<%
  page_title = _("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 _("Submit"), :class => "button" %> <%= link_to _("I remember my password"), new_admin_session_path %>
    </li>

  </ul>

<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
typus-1.0.0.pre5 app/views/admin/account/forgot_password.html.erb
typus-1.0.0.pre4 app/views/admin/account/forgot_password.html.erb
typus-1.0.0.pre3 app/views/admin/account/forgot_password.html.erb
typus-1.0.0.pre2 app/views/admin/account/forgot_password.html.erb
typus-1.0.0.pre app/views/admin/account/forgot_password.html.erb