Sha256: fb5112113dcd73fb605e69fc263d3e9b493d6b0a87e9d6b8b7deea97aee47b10
Contents?: true
Size: 582 Bytes
Versions: 10
Compression:
Stored size: 582 Bytes
Contents
<p><%= t("decidim.comments.comment_notification_mailer.hello", name: @comment.author.name) %></p> <p> <%= t(".new_reply_html", { commenter: @reply.author.name, commentable_link: link_to(commentable_title, decidim_resource_url(@commentable)) }) %> </p> <blockquote> <%= @reply.body %> </blockquote> <p> <%= t("decidim.comments.comment_notification_mailer.manage_email_subscriptions_html", link: link_to(t("decidim.comments.comment_notification_mailer.notifications_settings_link"), decidim.notifications_settings_url(host: @organization.host))) %> </p>
Version data entries
10 entries across 10 versions & 2 rubygems