Sha256: ced5d84ea90d1bf378ed283bfca2e7b10603794110bd6c589bba80121da1f7b1

Contents?: true

Size: 1.16 KB

Versions: 3

Compression:

Stored size: 1.16 KB

Contents

<section class="extended highligted-content-banner home-section"
          style="background-image:url('<%= current_organization.attached_uploader(:highlighted_content_banner_image).path %>');">
  <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">
          <%= decidim_sanitize_editor 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>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
decidim-core-0.26.5 app/cells/decidim/content_blocks/highlighted_content_banner/show.erb
decidim-core-0.26.4 app/cells/decidim/content_blocks/highlighted_content_banner/show.erb
decidim-core-0.26.3 app/cells/decidim/content_blocks/highlighted_content_banner/show.erb