Sha256: 6f18ba031d75833695d14a035e14ca33d6185be5f901a4ee4bf4dc425d6a9f56

Contents?: true

Size: 593 Bytes

Versions: 10

Compression:

Stored size: 593 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, decidim_resource_url(@commentable))
    })
  %>
</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

10 entries across 10 versions & 2 rubygems

Version Path
decidim-comments-0.2.0 app/views/decidim/comments/comment_notification_mailer/comment_created.html.erb
decidim-0.2.0 decidim-comments/app/views/decidim/comments/comment_notification_mailer/comment_created.html.erb
decidim-comments-0.1.0 app/views/decidim/comments/comment_notification_mailer/comment_created.html.erb
decidim-0.1.0 decidim-comments/app/views/decidim/comments/comment_notification_mailer/comment_created.html.erb
decidim-comments-0.0.8.1 app/views/decidim/comments/comment_notification_mailer/comment_created.html.erb
decidim-0.0.8.1 decidim-comments/app/views/decidim/comments/comment_notification_mailer/comment_created.html.erb
decidim-comments-0.0.7 app/views/decidim/comments/comment_notification_mailer/comment_created.html.erb
decidim-0.0.7 decidim-comments/app/views/decidim/comments/comment_notification_mailer/comment_created.html.erb
decidim-comments-0.0.6 app/views/decidim/comments/comment_notification_mailer/comment_created.html.erb
decidim-0.0.6 decidim-comments/app/views/decidim/comments/comment_notification_mailer/comment_created.html.erb