Sha256: a2c7ace3a797d9e018444f0a844e95bc72b5d10cf6869d10ce80916449a00143
Contents?: true
Size: 1.97 KB
Versions: 12
Compression:
Stored size: 1.97 KB
Contents
<section id="how_to_participate" 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.pages_path, class: "button expanded hollow button--sc" %> </div> </div> </div> </section>
Version data entries
12 entries across 12 versions & 1 rubygems