php_app/app/views/layouts/connexion.html.haml
Nicolas Bally 5cf3a3e83d initial
2014-11-25 22:56:20 +01:00

23 lines
519 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= yield