Sha256: d9d0f5a866cce2144bca002842fb3c6f2b6d7df46d680a253f463c7dc029239f
Contents?: true
Size: 509 Bytes
Versions: 2
Compression:
Stored size: 509 Bytes
Contents
<% if current_organization.official_img_footer.attached? %> <%= link_to current_organization.official_url, class: "block mb-6" do %> <%= image_tag current_organization.attached_uploader(:official_img_footer).url, alt: current_organization.name, class: "max-h-16" %> <% end %> <% end %> <div class="text-sm text-white prose"> <p><%= t("decidim.pages.home.footer_sub_hero.footer_sub_hero_headline", organization: current_organization.name) %></p> <p><%= organization_description_label %></p> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
decidim-core-0.28.4 | app/views/layouts/decidim/footer/_main_intro.html.erb |
decidim-core-0.28.3 | app/views/layouts/decidim/footer/_main_intro.html.erb |