Sha256: 3a8a835825cdaf19860596eda27ee97a4557d987736e4fb3e3b07ae449dfe5cf

Contents?: true

Size: 787 Bytes

Versions: 5

Compression:

Stored size: 787 Bytes

Contents

<li id="comment-<%= comment.id %>" <%= 'class="author_comment"' if comment.user %> <%= 'style="display:none"' if controller.request.xhr? %><%= onhover_show_admin_tools(:comment, comment.id) %>>
  <%= admin_tools_for comment %>
  <a name="comment-<%= comment.id %>"></a>
  <%= gravatar_tag(comment.email) if this_blog.use_gravatar and comment.email %>
  <cite><strong><%= link_to_unless(comment.url.blank?, h(comment.author), comment.url) %></strong> </cite> said <%= distance_of_time_in_words comment.article.published_at, comment.created_at %> later:<br />
  <%= comment.full_html %>
  <% unless comment.published -%>
    <div class="spamwarning">This comment has been flagged for moderator approval.  It won't appear on this blog until the author approves it.</div>
  <% end -%>
</li>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
typo-4.0.0 app/views/articles/_comment.rhtml
typo-3.99.4 app/views/articles/_comment.rhtml
typo-4.0.2 app/views/articles/_comment.rhtml
typo-4.0.1 app/views/articles/_comment.rhtml
typo-4.0.3 app/views/articles/_comment.rhtml