From 236f2d5be43e268e3f01fb0c78aab5272f1c4526 Mon Sep 17 00:00:00 2001 From: Xavier J Date: Tue, 1 Sep 2015 13:59:53 +0200 Subject: [PATCH] Changement nom de l'application --- app/views/layouts/application.html.haml | 4 ++-- app/views/start/index.html.haml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 07cdc4056..97199aa8f 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -2,7 +2,7 @@ %html %head %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 = javascript_include_tag 'application', 'data-turbolinks-track' => true = csrf_meta_tags @@ -11,7 +11,7 @@ %div.navbar = image_tag('marianne_small.png', class: 'logo') %a{href: '/', class:'btn btn-lg'} - ='Admi-Facile' + ='TPS' -if user_signed_in? %div{style: 'decorate:none; box-shadow:none; float:right; margin-top:8px'} diff --git a/app/views/start/index.html.haml b/app/views/start/index.html.haml index a65ad2104..e24f2a408 100644 --- a/app/views/start/index.html.haml +++ b/app/views/start/index.html.haml @@ -1,5 +1,6 @@ .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%'} -if !user_signed_in? .col-lg-6.col-md-6