Sha256: a24040482ff065eba97548312d9b6c8eafc1230716bbc38eeedc5b235ea1b9c8
Contents?: true
Size: 708 Bytes
Versions: 11
Compression:
Stored size: 708 Bytes
Contents
<% page_title = _t("Sign in") title(page_title) %> <%= form_for :typus_user, :url => { :action => :create, :back_to => params[:back_to] } do |form| %> <ul> <li> <%= form.label :email, Typus.user_class.human_attribute_name(:email) %> <%= form.text_field :email, :size => 20, :class => "text" %> </li> <li> <%= form.label :password, Typus.user_class.human_attribute_name(:password) %> <%= form.password_field :password, :size => 20, :class => "text" %> </li> <li> <%= submit_tag _t("Sign in"), :class => "button" %> <%= link_to _t("Recover password"), forgot_password_admin_account_index_path if Typus.mailer_sender %> </li> </ul> <% end %>
Version data entries
11 entries across 11 versions & 1 rubygems