Sha256: b27cf589897091a797923517ef811630a81a2aa611cb67b54fdcc594a6976abc
Contents?: true
Size: 694 Bytes
Versions: 8
Compression:
Stored size: 694 Bytes
Contents
<% @cell = cell( "decidim/newsletter_templates/#{newsletter.template.manifest_name}", newsletter.template, organization: @organization, newsletter: newsletter, recipient_user: @user ) %> <%= decidim_sanitize @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
8 entries across 8 versions & 1 rubygems