diff --git a/decidim-ldap/app/views/layouts/decidim/_wrapper.html.erb b/decidim-ldap/app/views/layouts/decidim/_wrapper.html.erb index fdf60cd3..1f05ff98 100644 --- a/decidim-ldap/app/views/layouts/decidim/_wrapper.html.erb +++ b/decidim-ldap/app/views/layouts/decidim/_wrapper.html.erb @@ -112,7 +112,7 @@ end <% end %> <% end %> - <% current_organization.static_pages.where(show_in_footer: true).sorted_by_i18n_title.each do |page| %> + <% current_organization.static_pages.where(show_in_footer: true).each do |page| %>
  • <%= link_to translated_attribute(page.title), decidim.page_path(page) %>
  • <% end %> <% end %> @@ -127,7 +127,7 @@ end
    + target="_blank" rel="noopener"> <%= image_tag("decidim/cc-badge.png", alt: "Creative Commons License" ) %> <%= t("layouts.decidim.footer.made_with_open_source").html_safe %> @@ -136,7 +136,7 @@ end