app/views/phcscriptcdnpro/script/listings/index.html.erb in phcscriptcdnpro-78.4.0 vs app/views/phcscriptcdnpro/script/listings/index.html.erb in phcscriptcdnpro-79.0.0

- old
+ new

@@ -1,37 +1,35 @@ -<!-- Title System --> +<!-- -PHCDEV- Title Variables --> <% phc_title "Script Listings Manager" %> <% phc_title_tagline "Script Listing Index" %> <% phc_breadcrumb_one yield(:phc_title_tagline) %> -<!-- Title System --> +<!-- -PHCDEV- 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> +<!-- -PHCDEV- 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> -<!-- Page Bradcrumbs --> +<!-- -PHCDEV- Bradcrumbs --> -<!-- Page Header --> +<!-- -PHCDEV- Header --> <h1 class="page-header"><%= yield(:phc_title) %></h1> -<!-- Page Header --> +<!-- -PHCDEV- Header --> -<!-- Page & Panel Content --> +<!-- -PHCDEV- Panel --> <div class="panel panel-inverse"> - <!-- Panel Heading --> - <div class="panel-heading"> - <div class="panel-heading-btn"> - <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-default" data-click="panel-expand"><i class="fa fa-expand"></i></a> - <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-success" data-click="panel-reload"><i class="fa fa-redo"></i></a> - <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-warning" data-click="panel-collapse"><i class="fa fa-minus"></i></a> - </div> - <h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4> - </div> - <!-- Panel Heading --> - <!-- Panel Body --> - <div class="panel-body"> - <!-- Table - Listings Index --> + + <!-- -PHCDEV- Panel - Heading --> + <div class="panel-heading"> + <h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4> + </div> + <!-- -PHCDEV- Panel - Heading --> + + <!-- -PHCDEV- Panel - Body --> + <div class="panel-body"> + + <!-- -PHCDEV- Table - Author Index --> <div class="table-responsive"> <table class="table table-striped table-bordered"> <thead> <tr> <th>Title</th> @@ -54,9 +52,12 @@ <%= link_to phcscriptcdnpro.new_script_listing_path, class: "btn btn-primary" do %> <i class="fas fa-plus-circle"></i> Add a New Script CDN Listing <% end %> </div> - <!-- Table - Listings Index --> + <!-- -PHCDEV- Table - Author Index --> + </div> + <!-- -PHCDEV- Panel - Body --> + </div> -<!-- Page Content --> +<!-- -PHCDEV- Panel -->