Sha256: 9e6f421724aa75400a18ce08c29c1a4519ae88e4eb52d16913ea6d6293f04ab9
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
<!-- -PHCDev- PHCTitleSEO Title Variables --> <% phc_title "Category Manager" %> <% phc_title_tagline "Update 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- Edit 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/edit.html.erb |