From 672e6d1db75bb230488733e94cb3fb3571446681 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Wed, 29 Mar 2017 18:03:27 +0200 Subject: [PATCH] removes old opendata page --- app/views/pages/opendata.html.erb | 14 -------------- config/locales/en.yml | 2 +- config/locales/es.yml | 2 +- 3 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 app/views/pages/opendata.html.erb diff --git a/app/views/pages/opendata.html.erb b/app/views/pages/opendata.html.erb deleted file mode 100644 index aeee6b465..000000000 --- a/app/views/pages/opendata.html.erb +++ /dev/null @@ -1,14 +0,0 @@ -<% provide :title do %><%= t('pages.titles.opendata') %><% end %> - -
-
-
-

<%= t("pages.opendata.title") %>

-

<%= t("pages.opendata.slogan") %>

-
- -
- <%= image_tag("icon_home.png", size: "330x240", alt:"") %> -
-
-
diff --git a/config/locales/en.yml b/config/locales/en.yml index 200386daa..0644055f8 100755 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -191,7 +191,7 @@ en: debates: Debates external_link_blog: Blog external_link_opendata: Open data - external_link_opendata_url: "/opendata" + external_link_opendata_url: https://opendata.consul external_link_transparency: Transparency external_link_transparency_url: https://transparency.consul locale: 'Language:' diff --git a/config/locales/es.yml b/config/locales/es.yml index 75cb67f38..a979cc48d 100755 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -191,7 +191,7 @@ es: debates: Debates external_link_blog: Blog external_link_opendata: Datos abiertos - external_link_opendata_url: "/opendata" + external_link_opendata_url: https://opendata.consul external_link_transparency: Transparencia external_link_transparency_url: https://transparency.consul locale: 'Idioma:'