Sha256: 395397e4532920b04662c651d82fea67a9a8b93ea6ab77204b2d4bf39ee86e56
Contents?: true
Size: 1.24 KB
Versions: 6
Compression:
Stored size: 1.24 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"> <%= decidim_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
6 entries across 6 versions & 1 rubygems