Sha256: 1c21e0bbd18addb797bfae09a0455d26d5bace45803b1c1d5d94aa6bece93d9f

Contents?: true

Size: 510 Bytes

Versions: 3

Compression:

Stored size: 510 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).path, 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

3 entries across 3 versions & 1 rubygems

Version Path
decidim-core-0.29.0.rc3 app/views/layouts/decidim/footer/_main_intro.html.erb
decidim-core-0.29.0.rc2 app/views/layouts/decidim/footer/_main_intro.html.erb
decidim-core-0.29.0.rc1 app/views/layouts/decidim/footer/_main_intro.html.erb