Removes custom content on footer

This commit is contained in:
decabeza
2018-07-30 17:59:33 +02:00
parent b43945ad33
commit e14b7b67fb
3 changed files with 0 additions and 23 deletions

View File

@@ -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>
@@ -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>