summaryrefslogtreecommitdiff
path: root/app/views/sessions/new.html.haml
blob: 669512352878a3aa214918618807a1c2db7e5554 (plain)
1
2
3
4
5
6
7
8
9
.col-md-1
.col-md-9
  %h2=t :login
  .lead=t :login_info
  = render 'warnings'
  = simple_form_for [:api, @session], validate: true, html: { id: :new_session, class: 'form-horizontal hidden js-show', style: "display:none;" } do |f|
    = f.input :login, :required => false, :label => t(:username), :input_html => { :id => :srp_username }
    = f.input :password, :required => false, :input_html => { :id => :srp_password }
    = f.button :wrapped, value: t(:login), cancel: home_path