Sha256: 040f8b1d9cf9f95b4aaa0f861180d3fb2fb84f077329cc3e6ff63ab1a400658a

Contents?: true

Size: 671 Bytes

Versions: 31

Compression:

Stored size: 671 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="commentContent">
    <%= comment.html %>
  </div>
  <% unless comment.published -%>
  <div class="spamwarning"><%= _("This comment has been flagged for moderator approval.") %></div>
  <% end -%>
</li>

Version data entries

31 entries across 16 versions & 1 rubygems

Version Path
typo-5.5 themes/typographic/views/articles/_comment.html.erb
typo-5.4.4 themes/typographic/views/articles/_comment.html.erb
typo-5.4.4 test/mocks/themes/typographic/views/articles/_comment.html.erb
typo-5.4.3 themes/typographic/views/articles/_comment.html.erb
typo-5.4.3 test/mocks/themes/typographic/views/articles/_comment.html.erb
typo-5.4.2 test/mocks/themes/typographic/views/articles/_comment.html.erb
typo-5.4.2 themes/typographic/views/articles/_comment.html.erb
typo-5.4.1 themes/typographic/views/articles/_comment.html.erb
typo-5.4.1 test/mocks/themes/typographic/views/articles/_comment.html.erb
typo-5.4 themes/typographic/views/articles/_comment.html.erb
typo-5.4 test/mocks/themes/typographic/views/articles/_comment.html.erb
typo-5.0.3.98.1 test/mocks/themes/typographic/views/articles/_comment.html.erb
typo-5.0.3.98.1 themes/typographic/views/articles/_comment.html.erb
typo-5.0.3.98 themes/typographic2/views/articles/_comment.html.erb
typo-5.0.3.98 themes/typographic/views/articles/_comment.html.erb
typo-5.0.3.98 test/mocks/themes/typographic/views/articles/_comment.html.erb
typo-5.1.2 themes/typographic/views/articles/_comment.html.erb
typo-5.1.1 themes/typographic/views/articles/_comment.html.erb
typo-5.1.1 test/mocks/themes/typographic/views/articles/_comment.html.erb
typo-5.1.2 test/mocks/themes/typographic/views/articles/_comment.html.erb