Sha256: fd456644eebcf80e8924de7ab0e3f4e34eec9f1a06afcc42644b9b5346dc7d82
Contents?: true
Size: 631 Bytes
Versions: 13
Compression:
Stored size: 631 Bytes
Contents
<li class="comment" id="comment-<%= comment.id %>"> <div class="author"> <%= content_tag(:div, gravatar_tag(comment.email)) if this_blog.use_gravatar and comment.email %> <cite><%= (comment.url.blank?) ? h(comment.author) : link_to(h(comment.author), comment.url) %></cite> <abbr title="<%= comment.created_at.xmlschema %>"><%= distance_of_time_in_words comment.article.published_at, comment.created_at %> <%= _("later")%>:</abbr> </div> <%= comment.html %> <% unless comment.published -%> <div class="spamwarning"><%= _("This comment has been flagged for moderator approval.") %></div> <% end -%> </li>
Version data entries
13 entries across 13 versions & 1 rubygems