Sha256: 9a0320ff03b819e67e632e28a0e75ca414bdb2e20cbd729eb04aef47ed456025
Contents?: true
Size: 698 Bytes
Versions: 9
Compression:
Stored size: 698 Bytes
Contents
<% @cell = cell( "decidim/newsletter_templates/#{newsletter.template.manifest_name}", newsletter.template, organization: @organization, newsletter:, recipient_user: @user ) %> <%= decidim_sanitize_newsletter @cell.to_s %> <% content_for :note do %> <%== t "note", scope: "decidim.newsletter_mailer.newsletter", organization_name: current_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
9 entries across 9 versions & 1 rubygems