Sha256: 58e2a4a28a36d588ca0844b490ac1712397266ad9eff980e64725134ae3cf80b

Contents?: true

Size: 514 Bytes

Versions: 2

Compression:

Stored size: 514 Bytes

Contents

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

  </ul>

<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
typus-3.0.5 app/views/admin/account/forgot_password.html.erb
typus-3.0.4 app/views/admin/account/forgot_password.html.erb