From b2b9857d751eb2b3eac0a2266d9dd6c498899b67 Mon Sep 17 00:00:00 2001 From: Nico Date: Wed, 17 Oct 2012 12:10:19 +0200 Subject: [PATCH] =?UTF-8?q?faute=20accueil=20corrig=C3=A9e.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile.lock | 3 +++ app/views/public/shared/_footer.html.haml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c7d2897..1f1f953 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,6 +116,8 @@ GEM rdoc (3.11) json (~> 1.4) rmagick (2.13.1) + rvm-capistrano (1.2.5) + capistrano (>= 2.0.0) sass (3.1.11) sass-rails (3.1.5) actionpack (~> 3.1.0) @@ -163,6 +165,7 @@ DEPENDENCIES mysql2 rails (= 3.1.3) rmagick + rvm-capistrano sass-rails (~> 3.1.5) therubyracer turn (= 0.8.2) diff --git a/app/views/public/shared/_footer.html.haml b/app/views/public/shared/_footer.html.haml index 6adc152..12854c3 100644 --- a/app/views/public/shared/_footer.html.haml +++ b/app/views/public/shared/_footer.html.haml @@ -38,5 +38,5 @@ %br Je suis pour la rigolade, l’amour, la nature, la liberté, l’humanisme et la paresse. %p{:style => "text-align:right;"} - =link_to "Envi de mieux me connaître ?", "/pages/presentation.html" + =link_to "Envie de mieux me connaître ?", "/pages/presentation.html" %p{:style => "text-align:center;"}=image_tag "portrait.png", :alt => "Jean François Noblet" \ No newline at end of file