Sha256: 602bbefc1a53a070fd35244e189a7f5c2961df4c3fab283c957b7c16a901ba0c

Contents?: true

Size: 1.49 KB

Versions: 9

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", phcdevworks_press.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

9 entries across 9 versions & 1 rubygems

Version Path
phcdevworks_press-1.2.1 app/views/phcdevworks_press/article/categories/edit.html.erb
phcdevworks_press-1.2.0 app/views/phcdevworks_press/article/categories/edit.html.erb
phcdevworks_press-1.1.2 app/views/phcdevworks_press/article/categories/edit.html.erb
phcdevworks_press-1.1.1 app/views/phcdevworks_press/article/categories/edit.html.erb
phcdevworks_press-1.1.0 app/views/phcdevworks_press/article/categories/edit.html.erb
phcdevworks_press-1.0.1 app/views/phcdevworks_press/article/categories/edit.html.erb
phcdevworks_press-1.0.0 app/views/phcdevworks_press/article/categories/edit.html.erb
phcdevworks_press-0.2.0 app/views/phcdevworks_press/article/categories/edit.html.erb
phcdevworks_press-0.1.0 app/views/phcdevworks_press/article/categories/edit.html.erb