Sha256: b044c4e653cd698ec3c7661d8984d4e31a0e320051a806ca1b04ec90daefcab0
Contents?: true
Size: 820 Bytes
Versions: 12
Compression:
Stored size: 820 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.generate_html(:body) %> <% 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
12 entries across 12 versions & 1 rubygems