Sha256: 8f775b7586575dc9a94474b455a0bb0549c771d777a4b7df7af85d9539b837e2

Contents?: true

Size: 708 Bytes

Versions: 2

Compression:

Stored size: 708 Bytes

Contents

<!-- Title System -->
<% phc_title "PHCPress - Categories Manager" %>
<% phc_title_tagline "Update Category Information" %>
<!-- Title System -->

<!-- Page Title Bar -->
<section class="content-header">

	<!-- Page Title and BreadCrumb -->
	<h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1>
	<ol class="breadcrumb">
		<li><%= link_to "Category Index", modules_categories_path %></li>
		<li class="active"><%= yield(:phc_title_tagline) %></li>
	</ol>
	<!-- Page Title and BreadCrumb -->

</section>
<!-- Page Title Bar -->

<p id="notice"><%= notice %></p>

<%= link_to 'Edit', edit_modules_category_path(@modules_category) %> |
<%= link_to 'Back', modules_categories_path %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phcpress-6.1.0 app/views/phcpress/modules/categories/show.html.erb
phcpress-6.0.0 app/views/phcpress/modules/categories/show.html.erb