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