Sha256: a821f7e42e0937422fd62857c07b6d5ee7bd41c7a42c72bdf6f5ac2380588890
Contents?: true
Size: 618 Bytes
Versions: 35
Compression:
Stored size: 618 Bytes
Contents
<%= decidim_sanitize @body %> <% content_for :note do %> <%== t ".note", organization_name: h(@organization.name), link: decidim.notifications_settings_url(host: @organization.host) %> <% end %> <% content_for :unsubscribe do %> <%== t ".unsubscribe", link: decidim.unsubscribe_newsletters_url(host: @organization.host, u: @encrypted_token ) %> <% end %> <% content_for :see_on_website do %> <center style="display: none"> <%== CGI.unescapeHTML truncate(@body, max_length: 50) %> </center> <%== t ".see_on_website", link: decidim.newsletter_url(host: @organization.host, id: @newsletter) %> <% end %>
Version data entries
35 entries across 35 versions & 1 rubygems