Sha256: 1c0e4c72e25c5dae2f768321595e03610e55a1a8a1bc54942e5c5b6b796eb297

Contents?: true

Size: 605 Bytes

Versions: 6

Compression:

Stored size: 605 Bytes

Contents

<p><%= t("decidim.comments.comment_notification_mailer.hello", name: @commentable.author.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

6 entries across 6 versions & 2 rubygems

Version Path
decidim-comments-0.3.2 app/views/decidim/comments/comment_notification_mailer/comment_created.html.erb
decidim-0.3.2 decidim-comments/app/views/decidim/comments/comment_notification_mailer/comment_created.html.erb
decidim-comments-0.3.1 app/views/decidim/comments/comment_notification_mailer/comment_created.html.erb
decidim-0.3.1 decidim-comments/app/views/decidim/comments/comment_notification_mailer/comment_created.html.erb
decidim-comments-0.3.0 app/views/decidim/comments/comment_notification_mailer/comment_created.html.erb
decidim-0.3.0 decidim-comments/app/views/decidim/comments/comment_notification_mailer/comment_created.html.erb