Sha256: d590d94ac055e12fd74c280badf0f8b44b12dd0361cc311b5a42c95166336913
Contents?: true
Size: 678 Bytes
Versions: 1
Compression:
Stored size: 678 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> <div class="content"> <%= simple_format comment.html %> </div> <% unless comment.published -%> <div class="spamwarning"><%= _("This comment has been flagged for moderator approval.") %></div> <% end -%> </li>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
typo-5.2 | themes/scribbish/views/articles/_comment.html.erb |