denny/ShinyCMS-ruby

View on GitHub
plugins/ShinyCMS/app/views/shinycms/comments/_hidden_comment.html.erb

Summary

Maintainability
Test Coverage
<section style="margin-left: <%= depth %>em;">
  <p>
    <i><%= t( 'shinycms.comments.hidden' ) %></i>
  </p>

  <%= render partial: 'comments/comment/moderation_links', locals: { comment: comment } %>
</section>