Changement nom de l'application
This commit is contained in:
parent
dc7c943d4f
commit
236f2d5be4
2 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
%html
|
%html
|
||||||
%head
|
%head
|
||||||
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
|
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
|
||||||
%title Admi-Facile
|
%title TPS - Téléprocédures simplifiées
|
||||||
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
||||||
= javascript_include_tag 'application', 'data-turbolinks-track' => true
|
= javascript_include_tag 'application', 'data-turbolinks-track' => true
|
||||||
= csrf_meta_tags
|
= csrf_meta_tags
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
%div.navbar
|
%div.navbar
|
||||||
= image_tag('marianne_small.png', class: 'logo')
|
= image_tag('marianne_small.png', class: 'logo')
|
||||||
%a{href: '/', class:'btn btn-lg'}
|
%a{href: '/', class:'btn btn-lg'}
|
||||||
='Admi-Facile'
|
='TPS'
|
||||||
|
|
||||||
-if user_signed_in?
|
-if user_signed_in?
|
||||||
%div{style: 'decorate:none; box-shadow:none; float:right; margin-top:8px'}
|
%div{style: 'decorate:none; box-shadow:none; float:right; margin-top:8px'}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
.container.center
|
.container.center
|
||||||
%h1.cover-heading Admi-Facile
|
%h1.cover-heading TPS
|
||||||
|
%h4.cover-heading Téléprocédures simplifiées
|
||||||
.row{style:'margin-top:10%'}
|
.row{style:'margin-top:10%'}
|
||||||
-if !user_signed_in?
|
-if !user_signed_in?
|
||||||
.col-lg-6.col-md-6
|
.col-lg-6.col-md-6
|
||||||
|
|
Loading…
Reference in a new issue