Sha256: 205cd140d8f4b33ca014bc9520f69046e48d4bd3d68c765ad23e1ce3c7d5e9e1

Contents?: true

Size: 1.23 KB

Versions: 10

Compression:

Stored size: 1.23 KB

Contents

<% if current_organization.highlighted_content_banner_enabled %>
  <section class="extended highligted-content-banner"
           style="background-image:url(<%= current_organization.highlighted_content_banner_image.url %>);">
    <div class="highligted-content-banner__container">
      <div class="row">
        <div class="columns large-10">
          <h1 class="text-highlight heading1 highligted-content-banner-heading">
            <%= translated_attribute current_organization.highlighted_content_banner_title %>
          </h1>
          <span class="text-highlight">
            <%= sanitize translated_attribute current_organization.highlighted_content_banner_short_description %>
          </span>
        </div>
        <div class="columns large-2">
          <%= link_to current_organization.highlighted_content_banner_action_url,
                      class: "button expanded button--sc" do %>
            <%= translated_attribute current_organization.highlighted_content_banner_action_title %>
            <span class="button__info">
              <%= translated_attribute current_organization.highlighted_content_banner_action_subtitle %>
            </span>
          <% end %>
        </div>
      </div>
    </div>
  </section>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
decidim-core-0.11.2 app/views/pages/home/_highlighted_content_banner.html.erb
decidim-core-0.12.0.pre app/views/decidim/pages/home/_highlighted_content_banner.html.erb
decidim-core-0.11.1 app/views/pages/home/_highlighted_content_banner.html.erb
decidim-core-0.11.0.pre1 app/views/pages/home/_highlighted_content_banner.html.erb
decidim-core-0.10.1 app/views/pages/home/_highlighted_content_banner.html.erb
decidim-core-0.10.0 app/views/pages/home/_highlighted_content_banner.html.erb
decidim-core-0.9.3 app/views/pages/home/_highlighted_content_banner.html.erb
decidim-core-0.9.2 app/views/pages/home/_highlighted_content_banner.html.erb
decidim-core-0.9.1 app/views/pages/home/_highlighted_content_banner.html.erb
decidim-core-0.9.0 app/views/pages/home/_highlighted_content_banner.html.erb