Sha256: 86a0f75b05ec64bf623a7e9613c63b31a8f487d189e608801dbfb899ba5e5a25

Contents?: true

Size: 592 Bytes

Versions: 6

Compression:

Stored size: 592 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, @locator.url(anchor: "comment_#{@reply.id}"))
    })
  %>
</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

6 entries across 6 versions & 2 rubygems

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