Sha256: 6e19eb5aad85895984f852428e95dcea582ed7dba878f30e2c425aab53034eb2

Contents?: true

Size: 971 Bytes

Versions: 69

Compression:

Stored size: 971 Bytes

Contents

<!-- Title System -->
<% phc_title "Directory Categories" %>
<% phc_title_tagline "Update Category Name" %>

<!-- Bread Crumb -->
<div class="page-bar">

	<ul class="page-breadcrumb">
		<li><%= link_to "Home", directory_root_path %><i class="fa fa-circle"></i></li>
		<li><%= link_to "Directory Categories", directory_categories_path %><i class="fa fa-circle"></i></li>
		<li class="active"><%= yield(:phc_title_tagline) %></li>
	</ul>

</div>

<!-- Page Title -->
<h3 class="page-title">
	<%= yield(:phc_title) %> </br>
	<small><%= yield(:phc_title_tagline) %></small>
</h3>

<!-- Main 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' %>
			</div>

		</div>

	</div>
</div>

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
phcmemberspro-7.5.2 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-7.5.1 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-7.5.0 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-7.1.2 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-7.1.1 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-7.1.0 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-7.0.4 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-7.0.3 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-7.0.2 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-7.0.1 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-7.0.0 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-6.9.0 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-6.8.18 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-6.8.17 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-6.8.16 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-6.8.15 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-6.8.14 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-6.8.13 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-6.8.12 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-6.8.11 app/views/phcmemberspro/directory/categories/edit.html.erb