Sha256: 055321f2ff061fb3e942d072c38c9e20afce77bc96cdad46ae398e07e950804d

Contents?: true

Size: 1.1 KB

Versions: 3

Compression:

Stored size: 1.1 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", phcpresspro.article_categories_path %>
<% phc_breadcrumb_three yield(:phc_title_tagline) %>
<!-- Title System -->

<!-- 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_tagline) %></h4>
	</div>
	<div class="panel-body">
		<!-- Table - Category Edit Form -->
		<%= render 'form', article_category: @article_category %>
		<!-- Table - Category Edit Form -->
	</div>
</div>
<!-- Page Content -->

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phcpresspro-82.0.0 app/views/phcpresspro/article/categories/edit.html.erb
phcpresspro-81.0.0 app/views/phcpresspro/article/categories/edit.html.erb
phcpresspro-80.3.0 app/views/phcpresspro/article/categories/edit.html.erb