Sha256: dd2f476d948d1002bd4ab219bbc1d58f60823d86c03a6b38090005ef0cb325f3

Contents?: true

Size: 1.47 KB

Versions: 14

Compression:

Stored size: 1.47 KB

Contents

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

<!-- Page Header -->
<div class="row wrapper border-bottom white-bg page-heading">
	<div class="col-sm-4">
		<!-- Page Title -->
		<h2><%= yield(:phc_title) %></h2>
		<!-- Page Title -->
		
		<!-- Bread Crumb -->
		<ol class="breadcrumb">
			<li><%= link_to "Category Index", phcpresspro.modules_categories_path %></li>
			<li class="active"><%= yield(:phc_title_tagline) %></li>
		</ol>
		<!-- Bread Crumb -->

	</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 -->

<!-- Page Content -->
<div class="wrapper wrapper-content animated fadeInRight">
	<div class="row">
		<div class="col-lg-12">

			<div class="ibox float-e-margins">
				<div class="ibox-title">
					<h5><%= yield(:phc_title_tagline) %></h5>
					<div class="ibox-tools">
						<a class="collapse-link">
							<i class="fa fa-chevron-up"></i>
						</a>
						<a class="close-link">
							<i class="fa fa-times"></i>
						</a>
					</div>
				</div>
				<div class="ibox-content">
					<div class="row">
						<div class="col-lg-12">

							<%= render 'form', modules_category: @modules_category %>

						</div>
					</div>
				</div>
			</div>

		</div>
	</div>
</div>
<!-- Page Content -->

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
phcpresspro-8.0.3 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-8.0.2 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-8.0.1 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-8.0.0 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-7.1.0 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-7.0.5 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-7.0.4 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-7.0.3 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-7.0.2 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-7.0.1 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-7.0.0 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-6.9.1 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-6.9.0 app/views/phcpresspro/modules/categories/edit.html.erb
phcpresspro-6.8.5 app/views/phcpresspro/modules/categories/edit.html.erb