Sha256: 0b54bf8f009cbf313da04c21f23493485ec6c4e911d7c9a8a56626a02e3d70c6

Contents?: true

Size: 699 Bytes

Versions: 2

Compression:

Stored size: 699 Bytes

Contents

<p>A new comment has been posted on
    <%= link_to @blog_name, @controller.url_for(:controller => '/articles', :action => 'index') %>, responding to
    <%= link_to h(@comment.article.title), article_url(@controller, @comment.article) %>.</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', article_url(@controller, @comment.article,true,"comment-#{@comment.id}") %>
 <%= distance_of_time_in_words @article.published_at, @comment.created_at %> later:<br />
<%= @comment.body_html %>
<%= render :partial => './mail_footer' %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
typo-4.0.2 app/views/notification_mailer/comment.rhtml
typo-4.0.3 app/views/notification_mailer/comment.rhtml