removes provisional transparency page
This commit is contained in:
committed by
Alberto Garcia Cabeza
parent
d5c898867b
commit
c47f5e84b6
@@ -7,6 +7,7 @@ en:
|
||||
header:
|
||||
logo: "Madrid"
|
||||
external_link_transparency: "Transparency"
|
||||
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"
|
||||
@@ -38,6 +39,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."
|
||||
|
||||
@@ -7,6 +7,7 @@ es:
|
||||
header:
|
||||
logo: "Madrid"
|
||||
external_link_transparency: "Transparencia"
|
||||
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"
|
||||
@@ -38,6 +39,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."
|
||||
|
||||
@@ -3,7 +3,6 @@ en:
|
||||
titles:
|
||||
more_information: "More information"
|
||||
privacy: "Privacy Policy"
|
||||
transparency: "Transparency"
|
||||
opendata: "Open Data"
|
||||
conditions: "Terms of use"
|
||||
accessibility: "Accessibility"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user