Sha256: 2d3ef6595c9fa04564cb5024a5378499cdc4a7fd63d1baf6a1ce073e98eeabeb
Contents?: true
Size: 754 Bytes
Versions: 7
Compression:
Stored size: 754 Bytes
Contents
<section style="background-image:url('<%= current_participatory_space.attached_uploader(:banner_image).path %>');"> <div class="process__hero"> <div class="process__hero-text"> <h1 class="h1 text-5xl"> <%= translated_attribute(current_participatory_space.title) %> </h1> <p class="process__hero-slogan"> <% if current_participatory_space.hashtag.present? %> <span> <%= link_to "##{decidim_html_escape(current_participatory_space.hashtag)}", twitter_hashtag_url(decidim_html_escape(current_participatory_space.hashtag)), target: "_blank" %> </span> <% end %> <%= translated_attribute(current_participatory_space.subtitle) %> </p> </div> </div> </section>
Version data entries
7 entries across 7 versions & 1 rubygems