Sha256: e1ecd4c809c9279f3252869228ff976aba1e55ee1c646cab70963c7ca794e4bb

Contents?: true

Size: 766 Bytes

Versions: 11

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

11 entries across 11 versions & 1 rubygems

Version Path
decidim-core-0.10.1 app/views/pages/home/_hero.html.erb
decidim-core-0.10.0 app/views/pages/home/_hero.html.erb
decidim-core-0.9.3 app/views/pages/home/_hero.html.erb
decidim-core-0.9.2 app/views/pages/home/_hero.html.erb
decidim-core-0.9.1 app/views/pages/home/_hero.html.erb
decidim-core-0.9.0 app/views/pages/home/_hero.html.erb
decidim-core-0.8.4 app/views/pages/home/_hero.html.erb
decidim-core-0.8.3 app/views/pages/home/_hero.html.erb
decidim-core-0.8.2 app/views/pages/home/_hero.html.erb
decidim-core-0.8.1 app/views/pages/home/_hero.html.erb
decidim-core-0.8.0 app/views/pages/home/_hero.html.erb