Sha256: a2ab68a2cc4b292a5082aa0b75b7042f1e92d09a87c1f88398e87670e10c7b51
Contents?: true
Size: 927 Bytes
Versions: 22
Compression:
Stored size: 927 Bytes
Contents
<!-- Title System --> <% phc_title "Categories Manager" %> <% phc_title_tagline "Create a New Category" %> <!-- Title System --> <!-- Page Title Bar --> <section class="content-header"> <!-- Page Title and BreadCrumb --> <h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1> <ol class="breadcrumb"> <li><%= link_to "Categories Index", modules_categories_path %></li> <li class="active"><%= yield(:phc_title_tagline) %></li> </ol> <!-- Page Title and BreadCrumb --> </section> <!-- Page Title Bar --> <!-- Main Content --> <section class="content"> <div class="row"> <div class="col-lg-12"> <div class="box"> <div class="box-header with-border"> <h3 class="box-title"><%= yield(:phc_title) %></h3> </div> <div class="box-body"> <%= render 'form', modules_category: @modules_category %> </div> </div> </div> </div> </section> <!-- Main Content -->
Version data entries
22 entries across 22 versions & 1 rubygems
Version | Path |
---|---|
phcpress-6.1.3 | app/views/phcpress/modules/categories/new.html.erb |
phcpress-6.1.1 | app/views/phcpress/modules/categories/new.html.erb |