Removes custom content on footer
This commit is contained in:
@@ -11,7 +11,6 @@
|
|||||||
consul: link_to(t("layouts.footer.consul"), t("layouts.footer.consul_url"), target: "blank", rel: "nofollow")).html_safe
|
consul: link_to(t("layouts.footer.consul"), t("layouts.footer.consul_url"), target: "blank", rel: "nofollow")).html_safe
|
||||||
%>
|
%>
|
||||||
<%= t("layouts.footer.contact_us") %>
|
<%= t("layouts.footer.contact_us") %>
|
||||||
<%= link_to t("layouts.footer.faq"), faq_path %>
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -20,16 +19,6 @@
|
|||||||
<%= link_to t("layouts.footer.participation_title"), root_path, class: "title" %>
|
<%= link_to t("layouts.footer.participation_title"), root_path, class: "title" %>
|
||||||
<p><%= t("layouts.footer.participation_text") %></p>
|
<p><%= t("layouts.footer.participation_text") %></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="small-12 medium-4 column">
|
|
||||||
<%= link_to t("layouts.footer.transparency_title"), setting['transparency_url'].presence || t("layouts.footer.transparency_url"), class: "title", rel: "nofollow" %>
|
|
||||||
<p><%= t("layouts.footer.transparency_text") %></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="small-12 medium-4 column">
|
|
||||||
<%= link_to t("layouts.footer.open_data_title"), setting['opendata_url'].presence || t("layouts.header.external_link_opendata_url"), class: "title", rel: "nofollow" %>
|
|
||||||
<p><%= t("layouts.footer.open_data_text") %></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -207,17 +207,11 @@ en:
|
|||||||
contact_us: For technical assistance enters
|
contact_us: For technical assistance enters
|
||||||
copyright: CONSUL, %{year}
|
copyright: CONSUL, %{year}
|
||||||
description: This portal uses the %{consul} which is %{open_source}.
|
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: open-source software
|
||||||
open_source_url: http://www.gnu.org/licenses/agpl-3.0.html
|
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_text: Decide how to shape the city you want to live in.
|
||||||
participation_title: Participation
|
participation_title: Participation
|
||||||
privacy: Privacy Policy
|
privacy: Privacy Policy
|
||||||
transparency_text: Find out anything about the city.
|
|
||||||
transparency_title: Transparency
|
|
||||||
transparency_url: https://transparency.consul
|
|
||||||
header:
|
header:
|
||||||
administration_menu: Admin
|
administration_menu: Admin
|
||||||
administration: Administration
|
administration: Administration
|
||||||
|
|||||||
@@ -207,17 +207,11 @@ es:
|
|||||||
contact_us: Para asistencia técnica entra en
|
contact_us: Para asistencia técnica entra en
|
||||||
copyright: CONSUL, %{year}
|
copyright: CONSUL, %{year}
|
||||||
description: Este portal usa la %{consul} que es %{open_source}.
|
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: software de código abierto
|
||||||
open_source_url: http://www.gnu.org/licenses/agpl-3.0.html
|
open_source_url: http://www.gnu.org/licenses/agpl-3.0.html
|
||||||
participation_text: Decide cómo debe ser la ciudad que quieres.
|
participation_text: Decide cómo debe ser la ciudad que quieres.
|
||||||
participation_title: Participación
|
participation_title: Participación
|
||||||
privacy: Política de privacidad
|
privacy: Política de privacidad
|
||||||
transparency_text: Obtén cualquier información sobre la ciudad.
|
|
||||||
transparency_title: Transparencia
|
|
||||||
transparency_url: https://transparency.consul
|
|
||||||
header:
|
header:
|
||||||
administration_menu: Admin
|
administration_menu: Admin
|
||||||
administration: Administración
|
administration: Administración
|
||||||
|
|||||||
Reference in New Issue
Block a user