Sha256: 6163dd943cbe0bd453a11b6e3bae151ecd9fd1fe07f4fdeb40f16fa4b9a4f654

Contents?: true

Size: 675 Bytes

Versions: 6

Compression:

Stored size: 675 Bytes

Contents

<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>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
publify_core-9.0.0.pre6 app/views/comments/_comment.html.erb
publify_core-9.0.0.pre5 app/views/comments/_comment.html.erb
publify_core-9.0.0.pre4 app/views/comments/_comment.html.erb
publify_core-9.0.0.pre3 app/views/comments/_comment.html.erb
publify_core-9.0.0.pre2 app/views/comments/_comment.html.erb
publify_core-9.0.0.pre1 app/views/comments/_comment.html.erb