Sha256: 35a9eedb1a125c1d84263e3f0805724cdf09bd2ef3fde9177c8958295ae82af4
Contents?: true
Size: 634 Bytes
Versions: 18
Compression:
Stored size: 634 Bytes
Contents
<div class="email-content-notification"> <span class="email-notification-date"> <%= notification.date_time %> </span> <p class="email-instructions"> <%= notification.email_intro %> </p> <% if notification.resource_path.present? && notification.resource_title.present? %> <p class="email-button email-button__cta"> <%= link_to decidim_sanitize(notification.resource_title, strip_tags: true), notification.resource_url %> </p> <% end %> <% if notification.show_extended_information? %> <blockquote> <p> <%= notification.safe_resource_text %> </p> </blockquote> <% end %> </div>
Version data entries
18 entries across 18 versions & 1 rubygems