Sha256: 9bd0c952b78e47ff9e4f223f50256801fc77416268bd61dc1907813dbd6f3789

Contents?: true

Size: 676 Bytes

Versions: 16

Compression:

Stored size: 676 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 %>
    <strong><cite><%= (comment.url.blank?) ? h(comment.author) : link_to(h(comment.author), comment.url) %></cite></strong><br />
    <abbr title="<%= comment.created_at.xmlschema %>"><%= distance_of_time_in_words comment.article.published_at, comment.created_at %> later:</abbr>
  </div>
  <div class="content">
    <%= comment.html %>
  </div>
  <% unless comment.published -%>
  <div class="spamwarning"><%= _("This comment has been flagged for moderator approval.") %></div>
  <% end -%>
</li>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
typo-5.5 themes/dirtylicious/views/articles/_comment.html.erb
typo-5.4.4 themes/dirtylicious/views/articles/_comment.html.erb
typo-5.4.3 themes/dirtylicious/views/articles/_comment.html.erb
typo-5.4.2 themes/dirtylicious/views/articles/_comment.html.erb
typo-5.4.1 themes/dirtylicious/views/articles/_comment.html.erb
typo-5.4 themes/dirtylicious/views/articles/_comment.html.erb
typo-5.0.1 themes/dirtylicious/views/articles/_comment.html.erb
typo-5.0.2 themes/dirtylicious/views/articles/_comment.html.erb
typo-5.0 themes/dirtylicious/views/articles/_comment.html.erb
typo-5.1.2 themes/dirtylicious/views/articles/_comment.html.erb
typo-5.1.1 themes/dirtylicious/views/articles/_comment.html.erb
typo-5.1.3 themes/dirtylicious/views/articles/_comment.html.erb
typo-5.1 themes/dirtylicious/views/articles/_comment.html.erb
typo-5.1.98 themes/dirtylicious/views/articles/_comment.html.erb
typo-5.2.98 themes/dirtylicious/views/articles/_comment.html.erb
typo-5.3 themes/dirtylicious/views/articles/_comment.html.erb