Sha256: 1d609b352e5908f495a17b8e5c862caf82f8f23ace8a919c9e569afca5a8af31

Contents?: true

Size: 735 Bytes

Versions: 76

Compression:

Stored size: 735 Bytes

Contents

<!-- Title System -->
<% phc_title "Plugin: Article Category Manager" %>
<% phc_title_tagline "Category Details" %
<!-- Title System -->

<!-- Page Header -->
<div class="row wrapper border-bottom white-bg page-heading">
	<div class="col-sm-4">
		<h2><%= yield(:phc_title) %></h2>
		<!-- Bread Crumb -->
		<ol class="breadcrumb">
			<li><%= link_to "Category List", phcpresspro.modules_categories_path %></li>
			<li class="active"><%= yield(:phc_title_tagline) %></li>
		</ol>
	</div>
	<div class="col-sm-8">
		<div class="title-action">
			<%= link_to phcpresspro.modules_categories_path, class: "btn btn-primary" do %>
				<i class="fa fa-plus"></i> Back to Category Index
			<% end %>
		</div>
	</div>
</div>
<!-- Page Header -->

Version data entries

76 entries across 76 versions & 1 rubygems

Version Path
phcpresspro-5.9.2 app/views/phcpresspro/modules/categories/show.html.erb
phcpresspro-5.9.1 app/views/phcpresspro/modules/categories/show.html.erb
phcpresspro-5.9.0 app/views/phcpresspro/modules/categories/show.html.erb
phcpresspro-5.8.9 app/views/phcpresspro/modules/categories/show.html.erb
phcpresspro-5.8.8 app/views/phcpresspro/modules/categories/show.html.erb
phcpresspro-5.8.7 app/views/phcpresspro/modules/categories/show.html.erb
phcpresspro-5.8.6 app/views/phcpresspro/modules/categories/show.html.erb
phcpresspro-5.8.5 app/views/phcpresspro/modules/categories/show.html.erb
phcpresspro-5.8.4 app/views/phcpresspro/modules/categories/show.html.erb
phcpresspro-5.8.3 app/views/phcpresspro/modules/categories/show.html.erb
phcpresspro-5.8.2 app/views/phcpresspro/modules/categories/show.html.erb
phcpresspro-5.8.1 app/views/phcpresspro/modules/categories/show.html.erb
phcpresspro-5.8.0 app/views/phcpresspro/modules/categories/show.html.erb
phcpresspro-5.7.7 app/views/phcpresspro/modules/categories/show.html.erb
phcpresspro-5.7.6 app/views/phcpresspro/modules/categories/show.html.erb
phcpresspro-5.7.5 app/views/phcpresspro/modules/categories/show.html.erb
phcpresspro-5.7.4 app/views/phcpresspro/modules/categories/show.html.erb
phcpresspro-5.7.3 app/views/phcpresspro/modules/categories/show.html.erb
phcpresspro-5.7.2 app/views/phcpresspro/modules/categories/show.html.erb
phcpresspro-5.7.1 app/views/phcpresspro/modules/categories/show.html.erb