Sha256: 01d0c80ff6a1386894ef97f8ffff59bdaac81dfbc5c09ce3e4f03b2e5ba62d56
Contents?: true
Size: 701 Bytes
Versions: 11
Compression:
Stored size: 701 Bytes
Contents
<% @cell = cell( "decidim/newsletter_templates/#{newsletter.template.manifest_name}", newsletter.template, organization: @organization, newsletter: newsletter, recipient_user: @user ) %> <%= decidim_sanitize_editor @cell.to_s %> <% content_for :note do %> <%== t "note", scope: "decidim.newsletter_mailer.newsletter", organization_name: h(@organization.name), link: decidim.notifications_settings_url(host: @organization.host) %> <% end %> <% if @user.present? %> <% content_for :unsubscribe do %> <%== t "unsubscribe", scope: "decidim.newsletter_mailer.newsletter", link: decidim.unsubscribe_newsletters_url(host: @organization.host, u: @encrypted_token) %> <% end %> <% end %>
Version data entries
11 entries across 11 versions & 1 rubygems