Sha256: 790a13de559bd15b7c42adbd45781e2e2311a8d3d68541f44e87121cb058b003

Contents?: true

Size: 1.09 KB

Versions: 33

Compression:

Stored size: 1.09 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", modules_dashboards_index_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

33 entries across 33 versions & 1 rubygems

Version Path
phcmemberspro-11.2.2 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-11.2.1 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-11.2.0 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-11.1.6 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-11.1.5 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-11.1.4 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-11.1.3 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-11.1.2 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-11.1.1 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-11.1.0 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-11.0.9 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-11.0.8 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-11.0.7 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-11.0.6 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-11.0.5 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-11.0.1 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-11.0.0 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-10.0.7 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-10.0.5 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-10.0.1 app/views/phcmemberspro/directory/categories/edit.html.erb