Sha256: a3ae37152651e03f492302a1fc4506ec44a064779d83d9338c2b87525b37c566
Contents?: true
Size: 735 Bytes
Versions: 17
Compression:
Stored size: 735 Bytes
Contents
.standalone#standalone -# The following form gets submitted to #create when @authentication is nil, -# or to #update when @authentication is not nil (ex. suspended). = form_for @authentication, :url => authentication_path, :html => one_submit_only do |f| - if can_signup? .title_tools #{t :no_account} #{link_to t(:sign_up_now), signup_path} .title= t(:login) .section .label= t(:username) + ':' = f.text_field :username .label= t(:password) + ':' = f.password_field :password %div(style="margin-left:12px") #{f.check_box(:remember_me)} #{t :remember_me} %br .buttonbar = f.submit t(:login) #{t :or} = link_to t(:forgot_password) << '?', new_password_path
Version data entries
17 entries across 17 versions & 2 rubygems