Sha256: 7f8241b657652c1f22807674dce9e0606292a32e05424ae8d7cf7624b16f397e

Contents?: true

Size: 1.02 KB

Versions: 20

Compression:

Stored size: 1.02 KB

Contents

<!-- Title Variables -->
<% phc_title "Directory Category Manager" %>
<% phc_title_tagline "Update Directory Category" %>

<!-- Page Header -->
<div class="row">
	<div class="col-lg-12">

		<!-- Bread Crumbs -->
		<ol class="breadcrumb">
			<li><%= link_to "Dashboard", directory_root_path %></li>
			<li><%= link_to "Directory Category List", directory_categories_path %></li>
			<li class="active"><%= yield(:phc_title_tagline) %></li>
		</ol>

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

	</div>
</div>

<!-- Main Content -->
<div class="row">
	<div class="col-lg-12">

		<div class="panel panel-default">

			<div class="panel-heading">
				<div class="caption">
					<span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
				</div>
				<div class="actions">
				</div>
			</div>

			<div class="panel-body">
				<%= render 'form', directory_category: @directory_category %>
			</div>

		</div>

	</div>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
phcmembers-6.5.1 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-6.5.0 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-6.4.1 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-6.4.0 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-6.3.5 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-6.3.4 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-6.3.3 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-6.3.2 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-6.3.1 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-6.3.0 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-6.2.0 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-6.1.6 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-6.1.5 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-6.1.4 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-6.1.3 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-6.1.2 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-6.1.1 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-6.1.0 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-6.0.1 app/views/phcmembers/directory/categories/edit.html.erb
phcmembers-6.0.0 app/views/phcmembers/directory/categories/edit.html.erb