comment.html.erb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:1k
源码类别:

Ajax

开发平台:

Others

  1. <p>A new comment has been posted on
  2.     <a href="<%= @blog.base_url%>"><%= @blog.blog_name %></a>, responding to
  3.     <a href="<%= @comment.article.permalink_url %>"><%=h(@comment.article.title) %></a>.</p>
  4. <%= render :partial => 'mail_header' %>
  5. <h2><%=h @comment.title %></h2>
  6. <cite><strong><%= (@comment.url.blank?) ? h(@comment.author) : link_to(h(@comment.author), @comment.url) %></strong> </cite>
  7.  <%= link_to('said', @comment.permalink_url) %>
  8.  <%= distance_of_time_in_words @article.published_at, @comment.created_at %> later:<br />
  9. <%= html @comment %>
  10. <%= render :partial => 'mail_footer' %>