Sha256: d0247d1d8c0afefcbda1c559a699d5493fc06390ad80d1906bfda18287966848

Contents?: true

Size: 1014 Bytes

Versions: 16

Compression:

Stored size: 1014 Bytes

Contents

<!-- Main Content -->
<div class="wrapper wrapper-content">
	<div class="panel panel-primary">

		<div class="panel-heading">
			<i class="fa fa-list-ul"></i> Category List
		</div>

		<div class="panel-body">

			<table class="table table-bordered table-striped table-hover">
				<thead>
					<tr>
						<th>Category Name</th>
						<th></th>
					</tr>
				</thead>

				<tbody>
					<% @modules_categories.each do |modules_category| %>
						<tr>
							<td><%= modules_category.catname %></td>
        					<td><div class="btn-group" role="group" aria-label="Blog Articles">
								<%= link_to 'Edit', edit_modules_category_path(modules_category) , class: "btn btn-primary btn-xs" %>
								<%= link_to 'Trash', modules_category, class: "btn btn-danger btn-xs", method: :delete, data: { confirm: 'Are you sure?' } %>
								</div>
							</td>
						</tr>
					<% end %>
				</tbody>
			</table>
			<%= link_to 'New Category', new_modules_category_path, class: "btn btn-primary" %>
		</div>

	</div>
</div>

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
phcpresspro-4.1.5 app/views/phcpresspro/modules/categories/index.html.erb
phcpresspro-4.1.2 app/views/phcpresspro/modules/categories/index.html.erb
phcpresspro-4.1.1 app/views/phcpresspro/modules/categories/index.html.erb
phcpresspro-4.1.0 app/views/phcpresspro/modules/categories/index.html.erb
phcpress-5.0.0 app/views/phcpress/modules/categories/index.html.erb
phcpresspro-4.0.6 app/views/phcpresspro/modules/categories/index.html.erb
phcpresspro-4.0.5 app/views/phcpresspro/modules/categories/index.html.erb
phcpresspro-4.0.4 app/views/phcpresspro/modules/categories/index.html.erb
phcpresspro-4.0.3 app/views/phcpresspro/modules/categories/index.html.erb
phcpresspro-4.0.2 app/views/phcpresspro/modules/categories/index.html.erb
phcpresspro-4.0.1 app/views/phcpresspro/modules/categories/index.html.erb
phcpresspro-4.0.0 app/views/phcpresspro/modules/categories/index.html.erb
phcpresspro-3.1.2 app/views/phcpresspro/modules/categories/index.html.erb
phcpresspro-3.1.1 app/views/phcpresspro/modules/categories/index.html.erb
phcpresspro-3.1.0 app/views/phcpresspro/modules/categories/index.html.erb
phcpresspro-3.0.9 app/views/phcpresspro/modules/categories/index.html.erb