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

Version Path
HornsAndHooves-publify_core-10.5.0 app/views/comments/_comment.html.erb
HornsAndHooves-publify_core-10.4.0 app/views/comments/_comment.html.erb
HornsAndHooves-publify_core-10.3.0 app/views/comments/_comment.html.erb
HornsAndHooves-publify_core-10.2.0 app/views/comments/_comment.html.erb
HornsAndHooves-publify_core-10.1.1 app/views/comments/_comment.html.erb
HornsAndHooves-publify_core-10.1.0 app/views/comments/_comment.html.erb
HornsAndHooves-publify_core-10.0.3 app/views/comments/_comment.html.erb
HornsAndHooves-publify_core-10.0.2 app/views/comments/_comment.html.erb
HornsAndHooves-publify_core-10.0.1 app/views/comments/_comment.html.erb
HornsAndHooves-publify_core-10.0.0 app/views/comments/_comment.html.erb
publify_core-9.2.4 app/views/comments/_comment.html.erb
publify_core-9.2.3 app/views/comments/_comment.html.erb
publify_core-9.2.2 app/views/comments/_comment.html.erb
publify_core-9.2.1 app/views/comments/_comment.html.erb
publify_core-9.2.0 app/views/comments/_comment.html.erb