Sha256: 7e7960e92ca1094f7bfff2511991d52d2c39b569b8d357e600bc8051018b23d5
Contents?: true
Size: 800 Bytes
Versions: 10
Compression:
Stored size: 800 Bytes
Contents
<section id="footer_sub_hero" class="home__section text-center"> <div class="flex justify-center mb-12"> <h2 class="title-decorator"> <%= t("decidim.pages.home.footer_sub_hero.footer_sub_hero_headline", organization: current_organization_name) %> </h2> </div> <p class="text-lg text-gray-2"> <%== t("decidim.pages.home.footer_sub_hero.footer_sub_hero_body_html") %> </p> <% if current_organization.sign_up_enabled? && !current_user %> <%= link_to decidim.new_user_registration_path, class: "button button__sm md:button__lg button__secondary mt-4", title: t("decidim.pages.home.sub_hero.register_title") do %> <%= t("decidim.pages.home.footer_sub_hero.register") %> <%= icon "arrow-right-line", class: "fill-current" %> <% end %> <% end %> </section>
Version data entries
10 entries across 10 versions & 1 rubygems