Sha256: 645c1f5f0df02678b68236b4f7cb056625c4b98a975d0b4e5d198a4c0d7dad6e
Contents?: true
Size: 827 Bytes
Versions: 12
Compression:
Stored size: 827 Bytes
Contents
<section id="footer_sub_hero" class="footer__subhero extended subhero home-section"> <div class="row"> <div class="columns small-centered large-10"> <h3 class="heading3"><%= t("decidim.pages.home.footer_sub_hero.footer_sub_hero_headline", organization: current_organization.name) %></h3> <h4 class="heading4"><%== t("decidim.pages.home.footer_sub_hero.footer_sub_hero_body") %></h4> <% if current_organization.sign_up_enabled? && !current_user %> <%= link_to decidim.new_user_registration_path, class: "button--sc link subhero-cta", title: t("decidim.pages.home.sub_hero.register_title") do %> <%= t("decidim.pages.home.footer_sub_hero.register") %> <%= icon "chevron-right", aria_hidden: true, role: "img" %> <% end %> <% end %> </div> </div> </section>
Version data entries
12 entries across 12 versions & 1 rubygems