Sha256: 14457fc0ef7fd98cf429955806f5cfe0bb7af385b0a1f39d32768e391b62a27d

Contents?: true

Size: 544 Bytes

Versions: 6

Compression:

Stored size: 544 Bytes

Contents

<p>A new comment has been posted on
    <a href="<%= @blog.base_url%>"><%= @blog.blog_name %></a>, responding to
    <a href="<%= @comment.article.permalink_url %>"><%=h(@comment.article.title) %></a>.</p>

<%= render 'mail_header' %>
<h2><%=h @comment.title %></h2>
<cite><strong><%= (@comment.url.blank?) ? h(@comment.author) : link_to(h(@comment.author), @comment.url) %></strong> </cite>
 <%= link_to('said', @comment.permalink_url) %>
 <%= display_date_and_time @comment.created_at %> <br>
<%= html @comment %>
<%= render 'mail_footer' %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
publify_core-9.0.0.pre6 app/views/notification_mailer/comment.html.erb
publify_core-9.0.0.pre5 app/views/notification_mailer/comment.html.erb
publify_core-9.0.0.pre4 app/views/notification_mailer/comment.html.erb
publify_core-9.0.0.pre3 app/views/notification_mailer/comment.html.erb
publify_core-9.0.0.pre2 app/views/notification_mailer/comment.html.erb
publify_core-9.0.0.pre1 app/views/notification_mailer/comment.html.erb