signin.haml 583 B

123456789
  1. -# coding: utf-8
  2. .row
  3. .col-md-4{:class => "col-md-offset-4"}
  4. %form{:role => "form", :method => "post", :action => "signin"}
  5. %h2.text-center Sign in
  6. .form-group
  7. %input{:type => "text", :name => "username", :class => "form-control", :placeholder => "Username", :style => "border-radius: 4px 4px 0 0;"}
  8. %input{:type => "password", :name => "password", :class => "form-control", :placeholder => "Password", :style => "border-radius: 0 0 4px 4px; margin-top: -1px;"}
  9. %button{:type => "submit", :class => "btn btn-primary btn-lg btn-block"} Sign in