Sha256: eb6572f2b8641130bd286baa6b68d687287398085c45b8f0b7dd5865acb48b3a

Contents?: true

Size: 602 Bytes

Versions: 2

Compression:

Stored size: 602 Bytes

Contents

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

<%= render :partial => './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) %>
 <%= distance_of_time_in_words @article.published_at, @comment.created_at %> later:<br />
<%= html @comment %>
<%= render :partial => './mail_footer' %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
typo-4.1.1 app/views/notification_mailer/comment.rhtml
typo-4.1 app/views/notification_mailer/comment.rhtml