!!!
%html{:lang => "en"}
%head
%meta{:charset => "utf-8"}/
%meta{:content => "IE=Edge,chrome=1", "http-equiv" => "X-UA-Compatible"}/
%meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}/
%title Connection
= csrf_meta_tags
= stylesheet_link_tag :admin_auth
%body
#flashs= bootstrap_flash
.form-signin= yield
= javascript_include_tag "application"