Sha256: 145b44e78f230c0ae51a223e1b81ee5d02107b4d7705956d24094da219597dcb

Contents?: true

Size: 512 Bytes

Versions: 3

Compression:

Stored size: 512 Bytes

Contents

<%
  page_title = Typus::I18n.t("Forgot password")
  title(page_title)
%>

<%= form_for :typus_user, :url => { :action => :send_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

3 entries across 3 versions & 1 rubygems

Version Path
typus-3.0.8 app/views/admin/account/forgot_password.html.erb
typus-3.0.7 app/views/admin/account/forgot_password.html.erb
typus-3.0.6 app/views/admin/account/forgot_password.html.erb