Sha256: 0f6be0907ef274b8ea3427da9117f76a5326d01ed7b7f119e05c07fbb99f5ce9
Contents?: true
Size: 705 Bytes
Versions: 4
Compression:
Stored size: 705 Bytes
Contents
<% page_title = _("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 _("Sign in"), :class => "button" %> <%= link_to _("Recover password"), forgot_password_admin_account_index_path if Typus.mailer_sender %> </li> </ul> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems