diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index 1b58963c8..3c2e47a77 100644 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -43,11 +43,13 @@
- <%= t("layouts.footer.copyright", year: Time.now.year) %> |  - <%= link_to t("layouts.footer.more_info"), "/more_information" %> |  - <%= link_to t("layouts.footer.privacy"), "/privacy" %> |  - <%= link_to t("layouts.footer.conditions"), "/conditions" %> |  - <%= link_to t("layouts.footer.accessibility"), "/accessibility" %> +

+ <%= t("layouts.footer.copyright", year: Time.now.year) %> |  + <%= link_to t("layouts.footer.more_info"), "/more_information" %> |  + <%= link_to t("layouts.footer.privacy"), "/privacy" %> |  + <%= link_to t("layouts.footer.conditions"), "/conditions" %> |  + <%= link_to t("layouts.footer.accessibility"), "/accessibility" %> +

diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 51cca123d..3fbbc97eb 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -4,9 +4,8 @@ <%= render "shared/locale_switcher" %>