Sha256: b90406284d9eb592770c4960ab33669b7167ecc16903155685b81775946a2699

Contents?: true

Size: 871 Bytes

Versions: 25

Compression:

Stored size: 871 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

25 entries across 25 versions & 1 rubygems

Version Path
phcmemberspro-3.0.1 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-3.0.0 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-2.2.8 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-2.2.7 app/views/phcmemberspro/directory/categories/edit.html.erb
phcmemberspro-2.2.6 app/views/phcmemberspro/directory/categories/edit.html.erb