Sha256: c144b39e89d714c2b99fc8dd6e9bcba9712c0c65f3aa8f138a182438bf7c4ff2
Contents?: true
Size: 1.95 KB
Versions: 6
Compression:
Stored size: 1.95 KB
Contents
<section class="extended home-section"> <div class="wrapper-home"> <div class="row column text-center"> <h2 class="heading3"><%= t("decidim.pages.home.extended.how_to_participate") %></h2> </div> <div class="row small-up-1 medium-up-3 home-bullets"> <div class="column"> <div class="home-bullet"> <div class="home-bullet__icon"> <%= icon "meetings", role: "img", "aria-hidden": true %> </div> <div class="home-bullet__desc"> <h3 class="heading4"><%= t("decidim.pages.home.extended.meetings") %></h3> <p><%= t("decidim.pages.home.extended.meetings_explanation") %></p> </div> </div> </div> <div class="column"> <div class="home-bullet"> <div class="home-bullet__icon"> <%= icon "debates", role: "img", "aria-hidden": true %> </div> <div class="home-bullet__desc"> <h3 class="heading4"><%= t("decidim.pages.home.extended.debates") %></h3> <p><%= t("decidim.pages.home.extended.debates_explanation") %></p> </div> </div> </div> <div class="column"> <div class="home-bullet"> <div class="home-bullet__icon"> <%= icon "proposals", role: "img", "aria-hidden": true %> </div> <div class="home-bullet__desc"> <h3 class="heading4"><%= t("decidim.pages.home.extended.proposals") %></h3> <p><%= t("decidim.pages.home.extended.proposals_explanation") %></p> </div> </div> </div> </div> <div class="row"> <div class="columns small-centered small-10 smallmedium-8 medium-6 large-4"> <%= link_to t("decidim.pages.home.extended.more_info", resource_name: translated_attribute(current_organization.name, current_organization)), decidim.page_path("faq"), class: "button expanded hollow button--sc" %> </div> </div> </div> </section>
Version data entries
6 entries across 6 versions & 1 rubygems