Sha256: 052309af7980195416823a7f250deea604dd96cd54d20c84b1345570c760a007

Contents?: true

Size: 1015 Bytes

Versions: 23

Compression:

Stored size: 1015 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

23 entries across 23 versions & 2 rubygems

Version Path
phcpress-5.3.9 app/views/phcpress/modules/categories/index.html.erb
phcpress-5.3.8 app/views/phcpress/modules/categories/index.html.erb
phcpress-5.3.7 app/views/phcpress/modules/categories/index.html.erb
phcpress-5.3.6 app/views/phcpress/modules/categories/index.html.erb
phcpress-5.3.5 app/views/phcpress/modules/categories/index.html.erb
phcpress-5.3.4 app/views/phcpress/modules/categories/index.html.erb
phcpress-5.3.3 app/views/phcpress/modules/categories/index.html.erb
phcpress-5.3.2 app/views/phcpress/modules/categories/index.html.erb
phcpress-5.3.0 app/views/phcpress/modules/categories/index.html.erb
phcpress-5.2.1 app/views/phcpress/modules/categories/index.html.erb
phcpress-5.2.0 app/views/phcpress/modules/categories/index.html.erb
phcpresspro-4.2.8 app/views/phcpresspro/modules/categories/index.html.erb
phcpresspro-4.2.7 app/views/phcpresspro/modules/categories/index.html.erb
phcpress-5.1.0 app/views/phcpress/modules/categories/index.html.erb
phcpresspro-4.2.6 app/views/phcpresspro/modules/categories/index.html.erb
phcpresspro-4.2.4 app/views/phcpresspro/modules/categories/index.html.erb
phcpresspro-4.2.3 app/views/phcpresspro/modules/categories/index.html.erb
phcpresspro-4.2.2 app/views/phcpresspro/modules/categories/index.html.erb
phcpresspro-4.2.1 app/views/phcpresspro/modules/categories/index.html.erb
phcpresspro-4.2.0 app/views/phcpresspro/modules/categories/index.html.erb