Sha256: d44307adc6a5e58512a7ef0e683d6a39546f276c12ef625084275068b53e0fc0
Contents?: true
Size: 806 Bytes
Versions: 34
Compression:
Stored size: 806 Bytes
Contents
<section 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
34 entries across 34 versions & 1 rubygems