Sha256: 3e891d99dd7c8745cb842d047e901d9487245634c28b27feda72612842ea63a3
Contents?: true
Size: 847 Bytes
Versions: 18
Compression:
Stored size: 847 Bytes
Contents
<section class="extended hero" style="background-image:url(<%= current_organization.homepage_image.url %>);"> <div class="hero__container"> <div class="row"> <div class="columns small-centered large-10"> <h1 class="text-highlight heading1 hero-heading"> <% if translated_attribute(current_organization.welcome_text).blank? %> <%= t('.welcome', organization: current_organization.name) %> <% else %> <%== translated_attribute current_organization.welcome_text %> <% end %> </h1> </div> </div> <div class="row"> <div class="columns small-centered small-6 medium-4 mediumlarge-3"> <%= link_to t('.participate'), participatory_processes_path, class: "hero-cta button expanded large button--sc" %> </div> </div> </div> </section>
Version data entries
18 entries across 18 versions & 2 rubygems