Sha256: 8229fe9d4e9a0d9468e6649af151df9b71949d1a820cce71862fa2df6fa51de7

Contents?: true

Size: 1.49 KB

Versions: 8

Compression:

Stored size: 1.49 KB

Contents

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

<!-- Page Bradcrumbs -->
<ol class="breadcrumb pull-right">
	<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
	<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_two) %></li>
	<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_three) %></li>
</ol>
<!-- Page Bradcrumbs -->

<!-- Page Header -->
<h1 class="page-header"><%= yield(:phc_title) %></h1>
<!-- Page Header -->

<!-- Page Content -->
<div class="panel panel-inverse">
	<div class="panel-heading">
		<div class="panel-heading-btn">
			<a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-default" data-click="panel-expand"><i class="fa fa-expand"></i></a>
			<a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-success" data-click="panel-reload"><i class="fa fa-redo"></i></a>
			<a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-warning" data-click="panel-collapse"><i class="fa fa-minus"></i></a>
		</div>
		<h4 class="panel-title"><%= yield(:phc_title) %></h4>
	</div>
	<div class="panel-body">
		<!-- Form for New Article Category -->
		<%= render 'form', article_category: @article_category %>
		<!-- Form for New Article Category -->
	</div>
</div>
<!-- Page Content -->

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
phcpresspro-86.4.0 app/views/phcpresspro/article/categories/new.html.erb
phcpresspro-86.3.0 app/views/phcpresspro/article/categories/new.html.erb
phcpresspro-86.2.0 app/views/phcpresspro/article/categories/new.html.erb
phcpresspro-86.1.0 app/views/phcpresspro/article/categories/new.html.erb
phcpresspro-86.0.0 app/views/phcpresspro/article/categories/new.html.erb
phcpresspro-85.0.0 app/views/phcpresspro/article/categories/new.html.erb
phcpresspro-84.0.0 app/views/phcpresspro/article/categories/new.html.erb
phcpresspro-83.0.0 app/views/phcpresspro/article/categories/new.html.erb