Sha256: f41122c96aae1de056300e23dad4843c1de4f65162bf527e7acffae82d06e5bf
Contents?: true
Size: 676 Bytes
Versions: 1
Compression:
Stored size: 676 Bytes
Contents
<% cache comment do %> <li id="comment-<%= comment.id %>" <%= 'class="author_comment"' if comment.user %>> <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"> <%= 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
publify_core-10.0.2 | app/views/comments/_comment.html.erb |