Sha256: 1853f0ed7045b722ce1d2ed5abdee78b69512e99131ca169e4e15d9d67c8c76c
Contents?: true
Size: 492 Bytes
Versions: 35
Compression:
Stored size: 492 Bytes
Contents
<%= decidim_sanitize @body %> <% 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
35 entries across 35 versions & 1 rubygems