Sha256: 2d680a72f2fbbed8584d5c1f6aabe45a4438b3993fac8ffa4e94b4abd2af917f

Contents?: true

Size: 758 Bytes

Versions: 5

Compression:

Stored size: 758 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 %>
            <%= sanitize translated_attribute current_organization.welcome_text %>
          <% end %>
        </h1>
      </div>
    </div>
    <div class="row">
      <div class="columns small-centered small-6 medium-4 mediumlarge-3">
        <%= cta_button %>
      </div>
    </div>
  </div>
</section>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
decidim-core-0.7.4 app/views/pages/home/_hero.html.erb
decidim-core-0.7.3 app/views/pages/home/_hero.html.erb
decidim-core-0.7.2 app/views/pages/home/_hero.html.erb
decidim-core-0.7.1 app/views/pages/home/_hero.html.erb
decidim-core-0.7.0 app/views/pages/home/_hero.html.erb