Sha256: 0bfdccafa82ed91f2c296ce485406df970bbf7b53dadf031b85c84954db4f550
Contents?: true
Size: 734 Bytes
Versions: 15
Compression:
Stored size: 734 Bytes
Contents
<% cache comment do %> <li id="comment-<%= comment.id %>" <%= 'class="author_comment"' if comment.user %> <%= onhover_show_admin_tools(:comment, comment.id) %>> <p class="author"> <%= avatar_tag(email: comment.email, url: comment.url) %> <cite><strong><%= link_to_unless(comment.url.blank?, h(comment.author), comment.url) %></strong></cite> <%= t('.said') %> <%= display_date_and_time comment.created_at %>: </p> <div class="content"> <%= raw nofollowify_links comment.generate_html(:body) %> <% unless comment.published? %> <div class="spamwarning"> <%= t('.this_comment_has_been_flagged_for_moderator_approval') %> </div> <% end %> </div> </li> <% end %>
Version data entries
15 entries across 15 versions & 2 rubygems