diff --git a/app/views/pages/transparency.html.erb b/app/views/pages/transparency.html.erb
deleted file mode 100644
index af72d3454..000000000
--- a/app/views/pages/transparency.html.erb
+++ /dev/null
@@ -1,8 +0,0 @@
-<% provide :title do %><%= t('pages.titles.transparency') %><% end %>
-
-
-
-
<%= t('pages.while_unfinished_html') %>
-
-
-
diff --git a/config/locales/en.yml b/config/locales/en.yml
index cba8fcc67..30377fbe9 100755
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -7,7 +7,7 @@ en:
header:
logo: "Madrid"
external_link_transparency: "Transparency"
- external_link_transparency_url: "http://www.madrid.es/portales/munimadrid/es/Inicio/El-Ayuntamiento/Transparencia?vgnextfmt=default&vgnextchannel=20fd850769797310VgnVCM2000000c205a0aRCRD"
+ external_link_transparency_url: "https://transparencia.madrid.es"
external_link_opendata: "Open data"
external_link_opendata_url: "http://datos.madrid.es"
external_link_blog: "Blog"
@@ -15,7 +15,6 @@ en:
open_gov: "Open government"
open: "open"
participation_html: "Madrid Decide"
- transparency: "Transparency"
open_data: "Open data"
open_city_title: "Love the city, and it will become a city you love."
open_city_slogan_html:
@@ -41,6 +40,7 @@ en:
participation_title: "Participation"
participation_text: "Decide how to shape the Madrid you want to live in."
transparency_title: "Transparency"
+ transparency_url: "https://transparencia.madrid.es"
transparency_text: "Find out anything about the Madrid City Council."
open_data_title: "Open data"
open_data_text: "Every detail about the City Council is yours to access."
diff --git a/config/locales/es.yml b/config/locales/es.yml
index be8dcca77..8e65a76f1 100644
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -7,7 +7,7 @@ es:
header:
logo: "Madrid"
external_link_transparency: "Transparencia"
- external_link_transparency_url: "http://www.madrid.es/portales/munimadrid/es/Inicio/El-Ayuntamiento/Transparencia?vgnextfmt=default&vgnextchannel=20fd850769797310VgnVCM2000000c205a0aRCRD"
+ external_link_transparency_url: "https://transparencia.madrid.es"
external_link_opendata: "Datos abiertos"
external_link_opendata_url: "http://datos.madrid.es"
external_link_blog: "Blog"
@@ -15,7 +15,6 @@ es:
open_gov: "Gobierno %{open}"
open: "abierto"
participation_html: "Madrid Decide"
- transparency: "Transparencia"
open_data: "Datos abiertos"
open_city_title: "La ciudad que quieres será la ciudad que quieras."
open_city_slogan_html:
@@ -41,6 +40,7 @@ es:
participation_title: "Participación"
participation_text: "Decide cómo debe ser la ciudad de Madrid que quieres."
transparency_title: "Transparencia"
+ transparency_url: "https://transparencia.madrid.es"
transparency_text: "Obtén cualquier información sobre el Ayuntamiento de Madrid."
open_data_title: "Datos Abiertos"
open_data_text: "Todos los datos del Ayuntamiento son tuyos."
diff --git a/config/locales/pages.en.yml b/config/locales/pages.en.yml
index 3449eaa00..51f71f08e 100755
--- a/config/locales/pages.en.yml
+++ b/config/locales/pages.en.yml
@@ -3,7 +3,6 @@ en:
titles:
more_information: "More information"
privacy: "Privacy Policy"
- transparency: "Transparency"
opendata: "Open Data"
conditions: "Terms of use"
accessibility: "Accessibility"
@@ -18,10 +17,6 @@ en:
By accepting the verification process, you also consent to the verification of this information, as well as the contact methods featuring in said files.
The data provided will be acquired and processed by the Directorate-General for Civil Participation in the file 'Management of Participatory Activities' mentioned previously in the terms and conditions of use for the Portal."
while_unfinished_html: 'While we finish, we encourage you to visit the
Citizen Participation Area, Transparency and Open Government blog to know about our progress and news; or the
Citizen Participation section where you can decide which is the city you want.'
- transparency:
- title: "Transparency"
- slogan_html: "We are working on the new Madrid City Council Transparency Portal, so that there is absolutely nothing about the city council you can not see.
Meanwhile you can visit the actual Transparency Portal:"
- go_old: "Go to Transparency Portal"
opendata:
title: "Open Data"
slogan_html: "We are working on the new Madrid City Council Open Data Portal, meanwhile you can visit the actual Open Data Portal:"
diff --git a/config/locales/pages.es.yml b/config/locales/pages.es.yml
index e0987d39b..7c72578e9 100644
--- a/config/locales/pages.es.yml
+++ b/config/locales/pages.es.yml
@@ -3,7 +3,6 @@ es:
titles:
more_information: "Más información"
privacy: "Política de Privacidad"
- transparency: "Transparencia"
opendata: "Datos abiertos"
conditions: "Condiciones de uso"
accessibility: "Accesibilidad"
@@ -18,10 +17,6 @@ es:
Aceptando el proceso de verificación acepta dar su consentimiento para contrastar dicha información, así como medios de contacto que figuren en dichos ficheros.
Los datos aportados serán incorporados y tratados por la Dirección General de Participación Ciudadana en el fichero 'Gestión de Procesos Participativos' indicado anteriormente en las condiciones de uso del portal."
while_unfinished_html: 'Mientras acabamos el nuevo portal, te invitamos a visitar el
blog del Área de Participación Ciudadana, Transparencia y Gobierno Abierto para conocer nuestros avances y novedades; o la
sección de Participación Ciudadana donde poder decidir qué ciudad es la que quieres.'
- transparency:
- title: "Transparencia"
- slogan_html: "Estamos trabajando en el nuevo Portal de Transparencia del Ayuntamiento de Madrid, para que no quede ni una esquina del Ayuntamiento que no puedas ver.
Por ahora puedes visitar el portal que existía hasta ahora:"
- go_old: "Ir al Portal de Transparencia"
opendata:
title: "Datos abiertos"
slogan_html: "Estamos trabajando en el nuevo Portal de Datos Abiertos del Ayuntamiento de Madrid, por ahora puedes visitar el portal que existía hasta ahora:"
diff --git a/config/routes.rb b/config/routes.rb
index cb42ef6da..75c4ce695 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -269,7 +269,6 @@ Rails.application.routes.draw do
get "/more_information", to: "pages#more_information"
get "/opendata", to: "pages#opendata"
get "/participation", to: "pages#participation"
- get "/transparency", to: "pages#transparency"
get "/proposals_info", to: "pages#proposals_info"
get "/participation_facts", to: "pages#participation_facts"
get "/participation_world", to: "pages#participation_world"
diff --git a/spec/controllers/pages_controller_spec.rb b/spec/controllers/pages_controller_spec.rb
index 62893df04..d80533bc9 100644
--- a/spec/controllers/pages_controller_spec.rb
+++ b/spec/controllers/pages_controller_spec.rb
@@ -25,11 +25,6 @@ describe PagesController do
end
describe 'Provisional pages' do
- it 'should include a transparency page' do
- get :transparency
- expect(response).to be_ok
- end
-
it 'should include a opendata page' do
get :opendata
expect(response).to be_ok