Sha256: 49175bc956b7d80b789e32902cdee2a3b480f589ccbae5905aeeb3a66b1f7d5d

Contents?: true

Size: 434 Bytes

Versions: 3

Compression:

Stored size: 434 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 notification.resource_title, notification.resource_url %>
    </p>
  <% end %>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
decidim-core-0.27.0 app/views/decidim/notifications_digest_mailer/_email_content.html.erb
decidim-core-0.27.0.rc2 app/views/decidim/notifications_digest_mailer/_email_content.html.erb
decidim-core-0.27.0.rc1 app/views/decidim/notifications_digest_mailer/_email_content.html.erb