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
|
||||
%>
|
||||
<%= 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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user