Sha256: f3aed7c51311fcc8d2ec0338601f449ab8a9b958b5a48cf66c3727f1546c0428
Contents?: true
Size: 756 Bytes
Versions: 15
Compression:
Stored size: 756 Bytes
Contents
<section id="hero-<%= resource&.id %>" <%= "style=\"background-image:url('#{image_path}');\"" if image_path.present? %> data-process-hero> <div class="participatory-space__hero"> <div class="participatory-space__hero-text"> <h1 class="h1 text-5xl"> <%= title_text %> </h1> <p class="participatory-space__hero-slogan"> <% if has_hashtag? %> <span> <%= link_to "##{escaped_hashtag}", twitter_hashtag_url(escaped_hashtag), target: "_blank" %> </span> <% end %> <%= subtitle_text %> </p> <% if has_cta? %> <%= link_to cta_text, cta_path, class: "button button__lg button__secondary", data: { cta: "" } %> <% end %> </div> </div> </section>
Version data entries
15 entries across 15 versions & 1 rubygems