From e14b7b67fb59f29f5e7f69c15c056e5c2e69e81a Mon Sep 17 00:00:00 2001 From: decabeza Date: Mon, 30 Jul 2018 17:59:33 +0200 Subject: [PATCH] Removes custom content on footer --- app/views/layouts/_footer.html.erb | 11 ----------- config/locales/en/general.yml | 6 ------ config/locales/es/general.yml | 6 ------ 3 files changed, 23 deletions(-) diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index bfb750720..e4e3a2d5c 100644 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -11,7 +11,6 @@ consul: link_to(t("layouts.footer.consul"), t("layouts.footer.consul_url"), target: "blank", rel: "nofollow")).html_safe %> <%= t("layouts.footer.contact_us") %> - <%= link_to t("layouts.footer.faq"), faq_path %>

@@ -20,16 +19,6 @@ <%= link_to t("layouts.footer.participation_title"), root_path, class: "title" %>

<%= t("layouts.footer.participation_text") %>

- -
- <%= link_to t("layouts.footer.transparency_title"), setting['transparency_url'].presence || t("layouts.footer.transparency_url"), class: "title", rel: "nofollow" %> -

<%= t("layouts.footer.transparency_text") %>

-
- -
- <%= link_to t("layouts.footer.open_data_title"), setting['opendata_url'].presence || t("layouts.header.external_link_opendata_url"), class: "title", rel: "nofollow" %> -

<%= t("layouts.footer.open_data_text") %>

-
diff --git a/config/locales/en/general.yml b/config/locales/en/general.yml index 1d633e90f..a491dfd45 100644 --- a/config/locales/en/general.yml +++ b/config/locales/en/general.yml @@ -207,17 +207,11 @@ en: contact_us: For technical assistance enters copyright: CONSUL, %{year} description: This portal uses the %{consul} which is %{open_source}. - faq: technical assistance - open_data_text: Every detail about the City Council is yours to access. - open_data_title: Open data open_source: open-source software open_source_url: http://www.gnu.org/licenses/agpl-3.0.html participation_text: Decide how to shape the city you want to live in. participation_title: Participation privacy: Privacy Policy - transparency_text: Find out anything about the city. - transparency_title: Transparency - transparency_url: https://transparency.consul header: administration_menu: Admin administration: Administration diff --git a/config/locales/es/general.yml b/config/locales/es/general.yml index 3e6c1ea05..2706862bc 100644 --- a/config/locales/es/general.yml +++ b/config/locales/es/general.yml @@ -207,17 +207,11 @@ es: contact_us: Para asistencia técnica entra en copyright: CONSUL, %{year} description: Este portal usa la %{consul} que es %{open_source}. - faq: Asistencia técnica - open_data_text: Todos los datos del Ayuntamiento son tuyos. - open_data_title: Datos Abiertos open_source: software de código abierto open_source_url: http://www.gnu.org/licenses/agpl-3.0.html participation_text: Decide cómo debe ser la ciudad que quieres. participation_title: Participación privacy: Política de privacidad - transparency_text: Obtén cualquier información sobre la ciudad. - transparency_title: Transparencia - transparency_url: https://transparency.consul header: administration_menu: Admin administration: Administración