Skip to content

Commit

Permalink
[FIX] reverted _content.html.erb changes (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorol1 authored and tramuntanal committed Dec 19, 2019
1 parent 87179e0 commit 9246401
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions decidim-ldap/app/views/layouts/decidim/_wrapper.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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| %>
<li><%= link_to translated_attribute(page.title), decidim.page_path(page) %></li>
<% end %>
<% end %>
Expand All @@ -127,7 +127,7 @@ end
<div class="medium-3 large-4 column">
<a rel="license" class="cc-badge"
href="http://creativecommons.org/licenses/by-sa/4.0/"
target="_blank">
target="_blank" rel="noopener">
<%= image_tag("decidim/cc-badge.png", alt: "Creative Commons License" ) %>
</a>
<%= t("layouts.decidim.footer.made_with_open_source").html_safe %>
Expand All @@ -136,7 +136,7 @@ end
<div class="decidim-logo">
<a rel="decidim"
href="https://decidim.org/"
target="_blank">
target="_blank" rel="noopener">
<%= image_tag("decidim/decidim-logo.svg", alt: "Decidim Logo" ) %>
</a>
</div>
Expand Down

0 comments on commit 9246401

Please sign in to comment.