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

Version Path
tkh_content-0.10.10 app/views/comments/accepted.html.erb
tkh_content-0.10.10 app/views/comments/blocked.html.erb
tkh_content-0.10.9 app/views/comments/blocked.html.erb
tkh_content-0.10.9 app/views/comments/accepted.html.erb
tkh_content-0.10.8 app/views/comments/blocked.html.erb
tkh_content-0.10.8 app/views/comments/accepted.html.erb
tkh_content-0.10.7 app/views/comments/accepted.html.erb
tkh_content-0.10.7 app/views/comments/blocked.html.erb
tkh_content-0.10.6 app/views/comments/blocked.html.erb
tkh_content-0.10.6 app/views/comments/accepted.html.erb
tkh_content-0.10.5.1 app/views/comments/accepted.html.erb
tkh_content-0.10.5.1 app/views/comments/blocked.html.erb
tkh_content-0.10.5 app/views/comments/accepted.html.erb
tkh_content-0.10.5 app/views/comments/blocked.html.erb
tkh_content-0.10.4 app/views/comments/accepted.html.erb
tkh_content-0.10.4 app/views/comments/blocked.html.erb
tkh_content-0.10.3 app/views/comments/accepted.html.erb
tkh_content-0.10.3 app/views/comments/blocked.html.erb
tkh_content-0.10.2 app/views/comments/accepted.html.erb
tkh_content-0.10.2 app/views/comments/blocked.html.erb