Sha256: 8bb6c40d40209016b6b0e9eb39ca6047c7a5e17b852829f97012fbec8c687ce4

Contents?: true

Size: 1.33 KB

Versions: 33

Compression:

Stored size: 1.33 KB

Contents

<!-- Title System -->
<% phc_title "Plugin: Article Category Manager" %>
<% phc_title_tagline "Create a New Category" %>
<!-- 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 -->

<!-- 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">
					<%= render 'form', modules_category: @modules_category %>
				</div>

			</div>

		</div>
	</div>

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

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
phcpresspro-6.8.0 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-6.7.7 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-6.7.6 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-6.7.5 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-6.7.1 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-6.7.0 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-6.6.9 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-6.6.8 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-6.6.7 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-6.6.6 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-6.6.5 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-6.6.4 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-6.6.3 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-6.6.2 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-6.6.1 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-6.6.0 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-6.5.3 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-6.5.2 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-6.5.1 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-6.5.0 app/views/phcpresspro/modules/categories/new.html.erb