Sha256: 94fdc0ebdafd0d1eb6c0fcefc9dc87103cf82c2afed0fa84271434dfda3c0417

Contents?: true

Size: 1.47 KB

Versions: 9

Compression:

Stored size: 1.47 KB

Contents

<!-- Title System -->
<% phc_title "Directory Category Manager" %>
<% phc_title_tagline "Create a New Directory Category" %>
<% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.dashboard_path %>
<% phc_breadcrumb_two link_to "Directory Category Index", phcmemberspro.directory_categories_path %>
<% phc_breadcrumb_three yield(:phc_title_tagline) %>
<!-- Title System -->

<!-- Page Bradcrumbs -->
<ol class="breadcrumb pull-right">
	<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
	<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_two) %></li>
	<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_three) %></li>
</ol>
<!-- Page Bradcrumbs -->

<!-- Page Header -->
<h1 class="page-header"><%= yield(:phc_title) %></h1>
<!-- Page Header -->
			
<!-- Page Content -->
<div class="panel panel-inverse">
	<div class="panel-heading">
		<div class="panel-heading-btn">
			<a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-default" data-click="panel-expand"><i class="fa fa-expand"></i></a>
			<a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-success" data-click="panel-reload"><i class="fa fa-redo"></i></a>
			<a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-warning" data-click="panel-collapse"><i class="fa fa-minus"></i></a>
		</div>
		<h4 class="panel-title"><%= yield(:phc_title) %></h4>
	</div>
	<div class="panel-body">
		<%= render 'form', directory_category: @directory_category %>
	</div>
</div>
<!-- Page Content -->

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
phcmemberspro-87.0.0 app/views/phcmemberspro/directory/categories/new.html.erb
phcmemberspro-86.0.0 app/views/phcmemberspro/directory/categories/new.html.erb
phcmemberspro-85.0.0 app/views/phcmemberspro/directory/categories/new.html.erb
phcmemberspro-84.1.0 app/views/phcmemberspro/directory/categories/new.html.erb
phcmemberspro-84.0.0 app/views/phcmemberspro/directory/categories/new.html.erb
phcmemberspro-83.0.0 app/views/phcmemberspro/directory/categories/new.html.erb
phcmemberspro-82.4.0 app/views/phcmemberspro/directory/categories/new.html.erb
phcmemberspro-82.3.1 app/views/phcmemberspro/directory/categories/new.html.erb
phcmemberspro-82.3.0 app/views/phcmemberspro/directory/categories/new.html.erb