Sha256: ac2de69d5cefe778cca1c6fdd74894efc6a565029bd2e1759744aa52454bf3be
Contents?: true
Size: 772 Bytes
Versions: 1
Compression:
Stored size: 772 Bytes
Contents
.grid_8 .form_box = form_for(resource, :as => resource_name, :url => main_app.user_session_path, :html => { :method => :post }) do |f| %h3 Sign in .errors = devise_error_messages! .hr.dotted.clearfix %ul %li.clearfix = f.label :email = f.email_field :email %li.clearfix = f.label :password = f.password_field :password %li.clearfix #button = f.submit "Sign in", id: 'send_message', class: 'button' .clear .clear .links = link_to "Sign in", main_app.new_user_session_path | = link_to "Sign up", main_app.new_user_registration_path | = link_to "Forgot your password?", main_app.new_user_password_path .clear_gap
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appyantra_admin-0.0.1 | app/views/users/sessions/new.html.haml |