58 lines
1.4 KiB
Text
58 lines
1.4 KiB
Text
!!!
|
|
%html
|
|
%head
|
|
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
|
|
%title TPS - Téléprocédures simplifiées
|
|
%meta{'http-equiv' => "X-UA-Compatible", :content => "IE=edge"}
|
|
|
|
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
|
= stylesheet_link_tag 'application_split2', media: 'all', 'data-turbolinks-track' => true
|
|
|
|
= javascript_include_tag 'application', 'data-turbolinks-track' => true
|
|
= csrf_meta_tags
|
|
%body
|
|
- if Rails.env == 'test'
|
|
%script{type: 'text/javascript'}
|
|
(typeof jQuery !== 'undefined') && (jQuery.fx.off = true);
|
|
|
|
="<!--[if lt IE 10]>".html_safe
|
|
|
|
= render partial: 'layouts/ie_lt_10'
|
|
|
|
="<![endif]-->".html_safe
|
|
|
|
%div#wrap
|
|
%div#header.navbar
|
|
=render partial: "layouts/navbar"
|
|
|
|
#flash_message.center
|
|
- if flash.notice
|
|
.alert.alert-success
|
|
= flash.notice
|
|
- if flash.alert
|
|
.alert.alert-danger
|
|
= flash.alert
|
|
#main_div.main_div
|
|
= yield
|
|
|
|
%br
|
|
|
|
#footer.navbar
|
|
.container.center
|
|
%p{style:'margin-top: 1em;'}
|
|
%p{class: "copyright text-muted small"}
|
|
=link_to 'SGMAP', "http://etatplateforme.modernisation.gouv.fr"
|
|
|
|
2016
|
|
|
|
\-
|
|
|
|
=link_to 'CGU / Mentions légales', cgu_path
|
|
|
|
\-
|
|
|
|
=link_to 'Contact', "mailto:contact@tps.apientreprise.fr"
|
|
|
|
|
|
|
|
|