Sha256: 14be92d6499d5742990f624ff1312f18f44d19d6ad79c580ad25a84cff583093

Contents?: true

Size: 582 Bytes

Versions: 10

Compression:

Stored size: 582 Bytes

Contents

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

10 entries across 10 versions & 2 rubygems

Version Path
decidim-comments-0.4.4 app/views/decidim/comments/comment_notification_mailer/reply_created.html.erb
decidim-0.4.4 decidim-comments/app/views/decidim/comments/comment_notification_mailer/reply_created.html.erb
decidim-comments-0.4.3 app/views/decidim/comments/comment_notification_mailer/reply_created.html.erb
decidim-comments-0.4.2 app/views/decidim/comments/comment_notification_mailer/reply_created.html.erb
decidim-comments-0.4.1 app/views/decidim/comments/comment_notification_mailer/reply_created.html.erb
decidim-0.4.3 decidim-comments/app/views/decidim/comments/comment_notification_mailer/reply_created.html.erb
decidim-0.4.2 decidim-comments/app/views/decidim/comments/comment_notification_mailer/reply_created.html.erb
decidim-0.4.1 decidim-comments/app/views/decidim/comments/comment_notification_mailer/reply_created.html.erb
decidim-comments-0.4.0 app/views/decidim/comments/comment_notification_mailer/reply_created.html.erb
decidim-0.4.0 decidim-comments/app/views/decidim/comments/comment_notification_mailer/reply_created.html.erb