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

Version Path
decidim-core-0.30.0.rc2 app/views/decidim/notifications_digest_mailer/_email_content.html.erb
decidim-core-0.30.0.rc1 app/views/decidim/notifications_digest_mailer/_email_content.html.erb
decidim-core-0.29.2 app/views/decidim/notifications_digest_mailer/_email_content.html.erb
decidim-core-0.28.5 app/views/decidim/notifications_digest_mailer/_email_content.html.erb
decidim-core-0.29.1 app/views/decidim/notifications_digest_mailer/_email_content.html.erb
decidim-core-0.28.4 app/views/decidim/notifications_digest_mailer/_email_content.html.erb
decidim-core-0.27.9 app/views/decidim/notifications_digest_mailer/_email_content.html.erb
decidim-core-0.29.0 app/views/decidim/notifications_digest_mailer/_email_content.html.erb
decidim-core-0.28.3 app/views/decidim/notifications_digest_mailer/_email_content.html.erb
decidim-core-0.27.8 app/views/decidim/notifications_digest_mailer/_email_content.html.erb
decidim-core-0.29.0.rc4 app/views/decidim/notifications_digest_mailer/_email_content.html.erb
decidim-core-0.29.0.rc3 app/views/decidim/notifications_digest_mailer/_email_content.html.erb
decidim-core-0.29.0.rc2 app/views/decidim/notifications_digest_mailer/_email_content.html.erb
decidim-core-0.29.0.rc1 app/views/decidim/notifications_digest_mailer/_email_content.html.erb
decidim-core-0.28.2 app/views/decidim/notifications_digest_mailer/_email_content.html.erb
decidim-core-0.27.7 app/views/decidim/notifications_digest_mailer/_email_content.html.erb
decidim-core-0.28.1 app/views/decidim/notifications_digest_mailer/_email_content.html.erb
decidim-core-0.27.6 app/views/decidim/notifications_digest_mailer/_email_content.html.erb