Sha256: c33dc0c843d7129e969fa3958cff9bd8f93c67be10868723707c3443db6cd5b7

Contents?: true

Size: 660 Bytes

Versions: 16

Compression:

Stored size: 660 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", :autofocus => 'autofocus' %>
    </li>

    <li>
      <%= submit_tag Typus::I18n.t("Submit"), :class => "button", :disable_with => Typus::I18n.t("Sending data ...") %>
    </li>

  </ul>

<% end %>

<% content_for :actions do %>
  <ul>
    <li><%= link_to Typus::I18n.t("I remember my password"), new_admin_session_path %></li>
  </ul>
<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
typus-3.1.10 app/views/admin/account/forgot_password.html.erb
typus-3.1.9 app/views/admin/account/forgot_password.html.erb
typus-3.1.8 app/views/admin/account/forgot_password.html.erb
typus-3.1.7 app/views/admin/account/forgot_password.html.erb
typus-3.1.6 app/views/admin/account/forgot_password.html.erb
typus-3.1.5 app/views/admin/account/forgot_password.html.erb
typus-3.1.4 app/views/admin/account/forgot_password.html.erb
typus-3.1.3 app/views/admin/account/forgot_password.html.erb
typus-3.1.2 app/views/admin/account/forgot_password.html.erb
typus-3.1.1 app/views/admin/account/forgot_password.html.erb
typus-3.1.0 app/views/admin/account/forgot_password.html.erb
typus-3.1.0.rc19 app/views/admin/account/forgot_password.html.erb
typus-3.1.0.rc18 app/views/admin/account/forgot_password.html.erb
typus-3.1.0.rc17 app/views/admin/account/forgot_password.html.erb
typus-3.1.0.rc16 app/views/admin/account/forgot_password.html.erb
typus-3.1.0.rc15 app/views/admin/account/forgot_password.html.erb