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