Sha256: 110510c0378bf007f7dd16a782000dedef68b30e1eb3b345baaac5458a0d92c6

Contents?: true

Size: 938 Bytes

Versions: 27

Compression:

Stored size: 938 Bytes

Contents

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

<!-- Bread Crumb -->
<div class="page-bar">

	<ul class="page-breadcrumb">
		<li><%= link_to "Category List", phcpresspro.modules_categories_path %><i class="fa fa-circle"></i></li>
		<li class="active"><%= yield(:phc_title_tagline) %></li>
	</ul>

</div>

<!-- Page Title -->
<h3 class="page-title">
	<%= yield(:phc_title) %> </br>
	<small><%= yield(:phc_title_tagline) %></small>
</h3>

<!-- Main Content -->
<div class="row">
	<div class="col-lg-12">

		<div class="portlet light">

			<div class="portlet-title">
				<div class="caption">
					<span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
				</div>
				<div class="actions">
				</div>
			</div>

			<div class="portlet-body">
				<%= render 'form', modules_category: @modules_category %>
			</div>

		</div>

	</div>
</div>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
phcpresspro-5.3.2 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-5.3.1 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-5.3.0 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-5.2.3 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-5.2.2 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-5.2.0 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-5.1.2 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-5.1.1 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-5.1.0 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-5.0.3 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-5.0.2 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-5.0.1 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-4.6.0 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-4.5.6 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-4.5.5 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-4.5.3 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-4.5.2 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-4.5.1 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-4.5.0 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-4.4.7 app/views/phcpresspro/modules/categories/edit.html.erb