ecole_eft_app/app/views/layouts/connexion.html.haml

29 lines
637 B
Plaintext

!!!
%html{:lang => "fr"}
%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
= javascript_include_tag :connexion
%body
-if @student
:coffeescript
$ ->
$.backstretch("/login_background5.jpg")
-else
:coffeescript
$ ->
$.backstretch("/login_background.jpg")
.form-signin= yield
#flashs= bootstrap_flash