Sha256: 96f14f121211d2b27e9bc73b73c077c47a65b3980de3401abb7a19e59dbdc855

Contents?: true

Size: 1.49 KB

Versions: 7

Compression:

Stored size: 1.49 KB

Contents

<!-- Title System -->
<% phc_title "Article Category Manager" %>
<% phc_title_tagline "Update Category Data" %>
<% phc_breadcrumb_one yield(:phc_title) %>
<% phc_breadcrumb_two link_to "Category Index", phcpress.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 to Edit Article Category -->
		<%= render 'form', article_category: @article_category %>
		<!-- Form to Edit Article Category -->
	</div>
</div>
<!-- Page Content -->

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phcpress-56.4.0 app/views/phcpress/article/categories/edit.html.erb
phcpress-56.3.0 app/views/phcpress/article/categories/edit.html.erb
phcpress-56.2.0 app/views/phcpress/article/categories/edit.html.erb
phcpress-56.1.0 app/views/phcpress/article/categories/edit.html.erb
phcpress-56.0.0 app/views/phcpress/article/categories/edit.html.erb
phcpress-55.0.0 app/views/phcpress/article/categories/edit.html.erb
phcpress-54.0.0 app/views/phcpress/article/categories/edit.html.erb