Sha256: 420fa56d46689f02339e92be37ec059d5a399f13bfdb1fcbf3cafda288cbc33d

Contents?: true

Size: 754 Bytes

Versions: 2

Compression:

Stored size: 754 Bytes

Contents

<!-- Bread Crumbs -->
<header id="page-header">
	<h1>Directory Category Information</h1>
	<ol class="breadcrumb">
		<li><%= link_to "Home", directory_root_path %></li>
		<li><%= link_to "Directory Categories", directory_categories_path %></li>
		<li class="active">Update Directory Categorym Name</li>
	</ol>
</header>

<div id="content" class="padding-20">

	<!-- Main Content -->
	<div class="row">
		<div class="col-md-12">
			<div class="portlet box blue-chambray bordered">
				<div class="portlet-title">
					<div class="caption">
						<span class="caption-subject bold uppercase">Update Directory Categorym Name</span>
					</div>
				</div>
				<div class="portlet-body">
					<%= render 'form' %>
				</div>
			</div>
		</div>
	</div>

</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phcmemberspro-4.8.0 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-4.7.9 app/views/phcmemberspro/directory/categories/edit.html.erb