Sha256: 4588992a7fe9dbc1730f687ec37d75263c61053a4ad678c171afad7c14c91728

Contents?: true

Size: 653 Bytes

Versions: 12

Compression:

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

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
rdfa-0.0.4 rdfa-typo/views/articles/_comment.rhtml
rdfa-0.0.1 rdfa-typo/views/articles/_comment.rhtml
rdfa-0.0.2 rdfa-typo/views/articles/_comment.rhtml
rdfa-0.0.3 rdfa-typo/views/articles/_comment.rhtml
rdfa-0.0.7 rdfa-typo/views/articles/_comment.rhtml
rdfa-0.0.8 rdfa-typo/views/articles/_comment.rhtml
rdfa-0.0.6 rdfa-typo/views/articles/_comment.rhtml
rdfa-0.0.5 rdfa-typo/views/articles/_comment.rhtml
typo-4.1.1 themes/scribbish/views/articles/_comment.rhtml
typo-5.0.1 themes/scribbish/views/articles/_comment.html.erb
typo-5.0.2 themes/scribbish/views/articles/_comment.html.erb
typo-5.0 themes/scribbish/views/articles/_comment.html.erb