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