Sha256: a948676fdb97db86fae021d552b905166b5b5a6c2d8aa271c98b4c938d4618bb

Contents?: true

Size: 658 Bytes

Versions: 6

Compression:

Stored size: 658 Bytes

Contents

<li class="comment <%= 'fdv' if comment.user_id? %>" id="comment-<%= comment.id %>">
  <%= gravatar_tag(comment.email) if this_blog.use_gravatar and comment.email %>
  <h4>
    <%= _("By") %> <%= (comment.url.blank?) ? h(comment.author) : link_to(h(comment.author), comment.url, :rel => "nofollow") %>
    <%= distance_of_time_in_words comment.article.published_at, comment.created_at %> <%= _("later:")%>
  </h4>
  <br class='clear' />
  <div class='thecomment'>
    <%= comment.html %>
    <% unless comment.published -%>
    <div class="spamwarning"><%= _("This comment has been flagged for moderator approval.") %></div>
    <% end -%>    
  </div>
</li>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
typo-5.5 themes/true-blue-3/views/articles/_comment.html.erb
typo-5.4.4 themes/true-blue-3/views/articles/_comment.html.erb
typo-5.4.3 themes/true-blue-3/views/articles/_comment.html.erb
typo-5.4.2 themes/true-blue-3/views/articles/_comment.html.erb
typo-5.4.1 themes/true-blue-3/views/articles/_comment.html.erb
typo-5.4 themes/true-blue-3/views/articles/_comment.html.erb