Sha256: bd670167e66d564e01b1124afa95fa1c8425b8c909b663b0c2bff207c59f1bc1

Contents?: true

Size: 1.58 KB

Versions: 7

Compression:

Stored size: 1.58 KB

Contents

<!-- Title System -->
<% phc_title "Directory Category Manager" %>
<% phc_title_tagline "Edit " + @directory_category.category_name + " Category Name" %>
<% phc_breadcrumb_one link_to "Dashboard", phcmembers.dashboard_path %>
<% phc_breadcrumb_two link_to "Directory Category Index", phcmembers.directory_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 Directory Category -->
		<%= render 'form', directory_category: @directory_category %>
		<!-- Form to Edit Directory Category -->
	</div>
</div>
<!-- Page Content -->

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phcmembers-67.5.0 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-67.4.0 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-67.3.0 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-67.1.0 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-67.0.0 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-66.0.0 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-65.0.0 app/views/phcmembers/directory/categories/edit.html.erb