From bf5aac32c07f51c07c9f178f1d9ef193e70ae459 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Thu, 3 Dec 2015 19:30:01 +0100 Subject: [PATCH] Improves header and footer styles --- app/views/layouts/_footer.html.erb | 12 +++++++----- app/views/layouts/_header.html.erb | 26 +++----------------------- config/locales/en.yml | 3 +-- config/locales/es.yml | 3 +-- 4 files changed, 12 insertions(+), 32 deletions(-) diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index 1b58963c8..3c2e47a77 100644 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -43,11 +43,13 @@
- <%= t("layouts.footer.copyright", year: Time.now.year) %> |  - <%= link_to t("layouts.footer.more_info"), "/more_information" %> |  - <%= link_to t("layouts.footer.privacy"), "/privacy" %> |  - <%= link_to t("layouts.footer.conditions"), "/conditions" %> |  - <%= link_to t("layouts.footer.accessibility"), "/accessibility" %> +

+ <%= t("layouts.footer.copyright", year: Time.now.year) %> |  + <%= link_to t("layouts.footer.more_info"), "/more_information" %> |  + <%= link_to t("layouts.footer.privacy"), "/privacy" %> |  + <%= link_to t("layouts.footer.conditions"), "/conditions" %> |  + <%= link_to t("layouts.footer.accessibility"), "/accessibility" %> +