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