Sha256: bd41fb4a887e082b18cee17f343364cd801f6707f352eea1daaa0b4e4abec173

Contents?: true

Size: 800 Bytes

Versions: 7

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

7 entries across 7 versions & 1 rubygems

Version Path
decidim-core-0.28.4 app/cells/decidim/content_blocks/footer_sub_hero/show.erb
decidim-core-0.28.3 app/cells/decidim/content_blocks/footer_sub_hero/show.erb
decidim-core-0.28.2 app/cells/decidim/content_blocks/footer_sub_hero/show.erb
decidim-core-0.28.1 app/cells/decidim/content_blocks/footer_sub_hero/show.erb
decidim-core-0.28.0 app/cells/decidim/content_blocks/footer_sub_hero/show.erb
decidim-core-0.28.0.rc5 app/cells/decidim/content_blocks/footer_sub_hero/show.erb
decidim-core-0.28.0.rc4 app/cells/decidim/content_blocks/footer_sub_hero/show.erb