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

Ajax

开发平台:

Others

  1. <div class="comment preview">
  2.   <div class="author">
  3.     <%= content_tag(:div, gravatar_tag(@comment.email)) if this_blog.use_gravatar and @comment.email %>
  4.     <cite><%= (@comment.url.blank?) ? h(@comment.author) : link_to(h(@comment.author), @comment.url) %></cite>
  5.     <abbr>is about to say</abbr>
  6.   </div>
  7.   <div class="content">
  8.     <%= @comment.html %>
  9.   </div>
  10. </div>