Sha256: 7f3795fe05d88370a3e1d83f8f4398d3f34f761b0e4122c2babad08114abdf45
Contents?: true
Size: 1.33 KB
Versions: 36
Compression:
Stored size: 1.33 KB
Contents
<!-- PHCTitleSEO Title Variables --> <% phc_title "Directory Category Manager" %> <% phc_title_tagline "Create a New Directory Category" %> <% phc_breadcrumb_one link_to "Dashboard", phcdevworks_members.dashboard_path %> <% phc_breadcrumb_two link_to "Directory Category Index", phcdevworks_members.directory_categories_path %> <% phc_breadcrumb_three yield(:phc_title_tagline) %> <!-- PHCTitleSEO Title Variables --> <!-- 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 --> <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", directory_category: @directory_category %> <!-- New Form --> </div> <!-- Panel - Body --> </div> <!-- Panel --> </div> </div> <!-- Page Content -->
Version data entries
36 entries across 36 versions & 1 rubygems