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

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