Sha256: ca49f92d112960dd5e62fef53f3fe14c2191ef75ee26fe592f002b419b05bf1d
Contents?: true
Size: 591 Bytes
Versions: 14
Compression:
Stored size: 591 Bytes
Contents
<p><%= t("decidim.comments.comment_notification_mailer.hello", name: @user.name) %></p> <p> <%= t(".new_comment_html", { commenter: @comment.author.name, commentable_link: link_to(commentable_title, @locator.url(anchor: "comment_#{@comment.id}")) }) %> </p> <blockquote> <%= @comment.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
14 entries across 14 versions & 2 rubygems