Sha256: 3f5dc795e01dcd9fe5c58140e9e4124ceb5b25538511343922297104b95777ba
Contents?: true
Size: 787 Bytes
Versions: 8
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) %>> <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
8 entries across 8 versions & 1 rubygems