Sha256: e58db2ad4c1b8356cbbf1d90d8b4cade58078eb68e3700ef2a21ecf0dae75409
Contents?: true
Size: 1.95 KB
Versions: 15
Compression:
Stored size: 1.95 KB
Contents
<section class="extended home-section"> <div class="wrapper-home"> <div class="row column text-center"> <h3 class="heading3"><%= t("decidim.pages.home.extended.how_to_participate") %></h3> </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"> <h4 class="heading4"><%= t("decidim.pages.home.extended.meetings") %></h4> <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"> <h4 class="heading4"><%= t("decidim.pages.home.extended.debates") %></h4> <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"> <h4 class="heading4"><%= t("decidim.pages.home.extended.proposals") %></h4> <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
15 entries across 15 versions & 1 rubygems