Sha256: bd3a3734cb4dda11758a0c9f8174728346b5a0c91a76fead6be5f2d1a5e4db22

Contents?: true

Size: 1.54 KB

Versions: 91

Compression:

Stored size: 1.54 KB

Contents

<!-- Title System -->
<% phc_title "Plugin: Article Category Manager" %>
<% phc_title_tagline "Create a New Category" %>
<% phc_breadcrumb_one link_to "Category Index", phcpresspro.modules_categories_path %>
<% phc_breadcrumb_two yield(:phc_title_tagline) %>
<!-- Title System -->

<!-- Page Header -->
<div class="row wrapper border-bottom white-bg page-heading">
	<div class="col-sm-8">
		<h2><%= yield(:phc_title) %></h2>
		<!-- Bread Crumb -->
		<ol class="breadcrumb">
			<li><%= yield(:phc_breadcrumb_one) %></li>
			<li class="active"><%= yield(:phc_breadcrumb_two) %></li>
		</ol>
		<!-- Bread Crumb -->
	</div>
	<div class="col-sm-4">
		<div class="title-action">
			<%= link_to phcpresspro.modules_categories_path, class: "btn btn-default" do %>
				<i class="fa fa fa-arrow-left"></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

91 entries across 91 versions & 1 rubygems

Version Path
phcpresspro-55.0.0 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-54.0.0 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-53.0.0 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-52.0.0 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-51.0.0 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-50.0.0 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-49.0.0 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-48.0.0 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-47.1.0 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-47.0.0 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-46.0.0 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-44.2.0 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-44.1.0 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-44.0.0 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-43.0.0 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-42.0.0 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-41.0.0 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-40.1.0 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-40.0.0 app/views/phcpresspro/modules/categories/new.html.erb
phcpresspro-39.0.1 app/views/phcpresspro/modules/categories/new.html.erb