Sha256: 7ed9c88c3f36189a487d81fb3f8a5187a9d28a8a8103b71f94648dd67965353f

Contents?: true

Size: 1.17 KB

Versions: 5

Compression:

Stored size: 1.17 KB

Contents

<!-- PHCTitleSEO Title Variables -->
<% phc_title "Category Manager" %>
<% phc_title_tagline "Add a New Category" %>
<% phc_breadcrumb_one yield(:phc_title_tagline) %>
<% phc_breadcrumb_two link_to "Category Index", phcdevworks_core_modules.modules_categories_path %>
<!-- PHCTitleSEO Title Variables -->

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

<!-- Page Header -->
<h2 class="page-header"><%= yield(:phc_title) %></h2>
<!-- Page Header -->

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

		<!-- Panel -->
		<div class="panel panel-inverse">

			<!-- Panel - Heading -->
			<div class="panel-heading">
				<h4 class="panel-title"><%= yield(:phc_title) %></h4>
			</div>
			<!-- Panel - Heading -->

			<!-- Panel - Body -->
			<div class="panel-body">

				<!-- New Form -->
                <%= render 'form', modules_category: @modules_category %>
				<!-- Edit Form -->

			</div>
			<!-- Panel - Body -->

		</div>
		<!-- Panel -->

	</div>
</div>
<!-- Page Content -->

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
phcdevworks_core_modules-1.0.0 app/views/phcdevworks_core_modules/modules/categories/new.html.erb
phcdevworks_core_modules-0.4.0 app/views/phcdevworks_core_modules/modules/categories/new.html.erb
phcdevworks_core_modules-0.3.0 app/views/phcdevworks_core_modules/modules/categories/new.html.erb
phcdevworks_core_modules-0.2.0 app/views/phcdevworks_core_modules/modules/categories/new.html.erb
phcdevworks_core_modules-0.1.0 app/views/phcdevworks_core_modules/modules/categories/new.html.erb