Sha256: 154fd3422b08a2a65aa62339cd817b04927b609ed89b73b20d6a47b94da577c6

Contents?: true

Size: 591 Bytes

Versions: 4

Compression:

Stored size: 591 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 %>
</li>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/articles/_comment.rhtml
typo-3.99.2 app/views/articles/_comment.rhtml
typo-3.99.3 app/views/articles/_comment.rhtml
typo-3.99.1 app/views/articles/_comment.rhtml