Sha256: 6eef19afadb3542cca12b1754128695f78bcc811caf49ab4b13ecf1f702081d2
Contents?: true
Size: 1.18 KB
Versions: 1
Compression:
Stored size: 1.18 KB
Contents
<!-- -PHCDev- 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.post_categories_path %> <!-- -PHCDev- PHCTitleSEO Title Variables --> <!-- -PHCDev- Page Bradcrumbs --> <ol class="breadcrumb float-xl-end"> <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li> <li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li> </ol> <!-- -PHCDev- Page Bradcrumbs --> <!-- -PHCDev- Page Header --> <h1 class="page-header"><%= yield(:phc_title) %></h1> <!-- -PHCDev- Page Header --> <!-- -PHCDev- Panel --> <div class="panel panel-inverse"> <!-- -PHCDev- Panel - Heading --> <div class="panel-heading"> <h4 class="panel-title"><%= yield(:phc_title) %></h4> </div> <!-- -PHCDev- Panel - Heading --> <!-- -PHCDev- Panel - Body --> <div class="panel-body"> <!-- -PHCDev- New Form --> <%= render 'form', post_category: @post_category %> <!-- -PHCDev- Edit Form --> </div> <!-- -PHCDev- Panel - Body --> </div> <!-- -PHCDev- Panel -->
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcdevworks_core_modules-8.0.0 | app/views/phcdevworks_core_modules/post/categories/new.html.erb |