Sha256: 1bb6586877aa8cd5a18d24206df46bd4947c9824a91894340ed98d0eaadc5a5b

Contents?: true

Size: 1.08 KB

Versions: 20

Compression:

Stored size: 1.08 KB

Contents

<!-- Title System -->
<% phc_title "Directory Category Manager" %>
<% phc_title_tagline "Edit " + @directory_category.catname + " Category Name" %>

<!-- Page Header -->
<div class="page-bar">
	<!-- Bread Crumb -->
	<ul class="page-breadcrumb">
		<li><%= link_to "Dashboard", directory_root_path %><i class="fa fa-circle"></i></li>
		<li class="active"><%= link_to "Directory Category Index", directory_categories_path %><i class="fa fa-circle"></i></li>
		<li class="active"><%= yield(:phc_title_tagline) %></li>
	</ul>
	<div class="page-toolbar">
	</div>
</div>
<h1 class="page-title">
	<%= yield(:phc_title) %>
	<small><%= yield(:phc_title_tagline) %></small>
</h1>

<!-- Page Content -->
<div class="row">
	<div class="col-lg-12">

		<div class="portlet light">

			<div class="portlet-title">
				<div class="caption">
					<span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
				</div>
				<div class="actions">
				</div>
			</div>

			<div class="portlet-body">
				<%= render 'form', directory_category: @directory_category %>
			</div>

		</div>

	</div>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
phcmemberspro-9.7.2 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-9.7.1 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-9.7.0 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-9.6.4 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-9.6.3 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-9.6.2 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-9.6.1 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-9.6.0 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-9.5.7 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-9.5.6 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-9.5.5 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-9.5.4 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-9.5.3 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-9.5.2 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-9.5.1 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-9.5.0 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-9.0.3 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-9.0.2 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-9.0.1 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-9.0.0 app/views/phcmemberspro/directory/categories/edit.html.erb