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

Version Path
tkh_content-0.10.10 app/views/comments/index.html.erb
tkh_content-0.10.9 app/views/comments/index.html.erb
tkh_content-0.10.8 app/views/comments/index.html.erb
tkh_content-0.10.7 app/views/comments/index.html.erb
tkh_content-0.10.6 app/views/comments/index.html.erb
tkh_content-0.10.5.1 app/views/comments/index.html.erb
tkh_content-0.10.5 app/views/comments/index.html.erb
tkh_content-0.10.4 app/views/comments/index.html.erb
tkh_content-0.10.3 app/views/comments/index.html.erb
tkh_content-0.10.2 app/views/comments/index.html.erb
tkh_content-0.10.1 app/views/comments/index.html.erb
tkh_content-0.10 app/views/comments/index.html.erb
tkh_content-0.9.20 app/views/comments/index.html.erb
tkh_content-0.9.19 app/views/comments/index.html.erb
tkh_content-0.9.18 app/views/comments/index.html.erb
tkh_content-0.9.17 app/views/comments/index.html.erb
tkh_content-0.9.16 app/views/comments/index.html.erb