Fix footer links
This commit is contained in:
@@ -45,10 +45,10 @@
|
||||
<div class="small-12 medium-9 column">
|
||||
<p>
|
||||
<%= t("layouts.footer.copyright", year: Time.now.year) %> |
|
||||
<%= link_to t("layouts.footer.more_info"), page_path('/more_information') %> |
|
||||
<%= link_to t("layouts.footer.more_info"), page_path('more_information') %> |
|
||||
<%= link_to t("layouts.footer.privacy"), page_path('privacy') %> |
|
||||
<%= link_to t("layouts.footer.conditions"), page_path('conditions') %> |
|
||||
<%= link_to t("layouts.footer.accessibility"), page_path('/accessibility') %>
|
||||
<%= link_to t("layouts.footer.accessibility"), page_path('accessibility') %>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user