Skip to content

Commit

Permalink
Removes custom content on footer
Browse files Browse the repository at this point in the history
  • Loading branch information
decabeza committed Jul 30, 2018
1 parent b43945a commit e14b7b6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
11 changes: 0 additions & 11 deletions app/views/layouts/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>
</p>
</div>

Expand All @@ -20,16 +19,6 @@
<%= link_to t("layouts.footer.participation_title"), root_path, class: "title" %>
<p><%= t("layouts.footer.participation_text") %></p>
</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>

Expand Down
6 changes: 0 additions & 6 deletions config/locales/en/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions config/locales/es/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e14b7b6

Please sign in to comment.