Sha256: 6281d6a7846cd2edeea3624af9efbdc1d849874a8ebe7b6fb0237fb42477c27b
Contents?: true
Size: 1.77 KB
Versions: 19
Compression:
Stored size: 1.77 KB
Contents
<section class="extended home-section"> <div class="wrapper-home"> <div class="row column text-center"> <h3 class="heading2"><%= 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" %> </div> <div class="home-bullet__desc"> <h4 class="heading6"><%= 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" %> </div> <div class="home-bullet__desc"> <h4 class="heading6"><%= 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" %> </div> <div class="home-bullet__desc"> <h4 class="heading6"><%= 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"), decidim.page_path("faq"), class: "button expanded hollow button--sc" %> </div> </div> </div> </section>
Version data entries
19 entries across 19 versions & 1 rubygems