Sha256: f366db02267a7b6e71fbf99c0fce83a8c40bf6fb7af2ffd25ac00bc4194dcdc7
Contents?: true
Size: 568 Bytes
Versions: 23
Compression:
Stored size: 568 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' do %> <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 %> <% end %> <%= render 'mail_footer' %>
Version data entries
23 entries across 23 versions & 2 rubygems