Sha256: f89cc5f6eacd06cd6d2d32505f3e4cb9f8fde425303956f73690743507a6ffa4
Contents?: true
Size: 698 Bytes
Versions: 7
Compression:
Stored size: 698 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
7 entries across 7 versions & 1 rubygems