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