Sha256: 49769ae7e4b458c622e2c45d020b65b13f3deeb96174a8a7e11069edb162a3be
Contents?: true
Size: 337 Bytes
Versions: 34
Compression:
Stored size: 337 Bytes
Contents
<h1><%= t('activerecord.models.comments') %></h1> <%= render 'tab_admin_menu' %> <table class='table table-striped'> <tbody> <% @comments.each do |comment| %> <%= render 'comments/admin_individual_comment', comment: comment %> <% end %> </tbody> </table> <%= will_paginate @comments %> <%= render 'shared/admin_sidebar' %>
Version data entries
34 entries across 17 versions & 1 rubygems