intra_app/app/views/layouts/connexion.html.haml
Nicolas Bally f28c6c2457 suite
2020-11-29 19:21:44 +01:00

25 lines
534 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 :connexion
= javascript_include_tag :connexion
%body
:coffeescript
$ ->
$.backstretch("/login_background.jpg")
#flashs= bootstrap_flash
.form-signin.content
A
= yield