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