Sha256: ac27b53d344f519722f40511b9dc65fac697da9a55e1b0533d156695f380e343

Contents?: true

Size: 766 Bytes

Versions: 10

Compression:

Stored size: 766 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 %>
            <%= decidim_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

10 entries across 10 versions & 1 rubygems

Version Path
decidim-core-0.13.1 app/views/decidim/pages/home/_hero.html.erb
decidim-core-0.12.2 app/views/decidim/pages/home/_hero.html.erb
decidim-core-0.13.0 app/views/decidim/pages/home/_hero.html.erb
decidim-core-0.12.1 app/views/decidim/pages/home/_hero.html.erb
decidim-core-0.13.0.pre1 app/views/decidim/pages/home/_hero.html.erb
decidim-core-0.12.0 app/views/decidim/pages/home/_hero.html.erb
decidim-core-0.11.2 app/views/pages/home/_hero.html.erb
decidim-core-0.12.0.pre app/views/decidim/pages/home/_hero.html.erb
decidim-core-0.11.1 app/views/pages/home/_hero.html.erb
decidim-core-0.11.0.pre1 app/views/pages/home/_hero.html.erb