Sha256: bad34f14135f6c077819df3cd97cb8b22afc4a5a6ba34ea67043c884311c94ca
Contents?: true
Size: 383 Bytes
Versions: 17
Compression:
Stored size: 383 Bytes
Contents
<h1><%= t('activerecord.models.comments') %></h1> <%= render 'tab_admin_menu' %> <p><%= t('comments.sorted_by_oldest') %></p> <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
17 entries across 17 versions & 1 rubygems