Sha256: 868c8a576bbc8c9653fc3f2a0b0db3fcb30050947eef0fa874d1e28b5a8b6168
Contents?: true
Size: 737 Bytes
Versions: 7
Compression:
Stored size: 737 Bytes
Contents
<section class="footer__subhero extended subhero home-section"> <div class="row"> <div class="columns small-centered large-10"> <h2 class="heading3"><%= t("decidim.pages.home.footer_sub_hero.footer_sub_hero_headline", organization: current_organization.name) %></h2> <h5 class="heading4"><%== t("decidim.pages.home.footer_sub_hero.footer_sub_hero_body") %></h5> <% if current_organization.sign_up_enabled? && !current_user %> <%= link_to decidim.new_user_registration_path, class: "button--sc link subhero-cta" do %> <%= t("decidim.pages.home.footer_sub_hero.register") %> <%= icon "chevron-right", aria_hidden: true %> <% end %> <% end %> </div> </div> </section>
Version data entries
7 entries across 7 versions & 1 rubygems