Sha256: 62813ffd7642f13cb4133c32a5f0e45fa5e62c4cbfd14358a10728faaeedec11

Contents?: true

Size: 870 Bytes

Versions: 6

Compression:

Stored size: 870 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 Category</li>
	</ol>
</header>

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

	<!-- Main Content -->
	<div class="row">
		<div class="col-lg-12">
			<div class="panel panel-primary">
				<div class="panel-heading">
					<span class="elipsis">
						<strong>Update Directory Category</strong>
					</span>
					<ul class="options pull-right list-inline">
						<%= render 'layouts/components/panel_options' %>
					</ul>
				</div>
				<div class="panel-body">
					<%= render 'layouts/phcnotifi/components/notifications' %>
					<%= render 'form' %>
				</div>
			</div>
		</div>
	</div>

</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
phcmemberspro-2.2.5 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-2.2.4 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-2.2.3 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-2.2.1 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-2.2.0 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-2.1.9 app/views/phcmemberspro/directory/categories/edit.html.erb