app/views/phcscriptcdnpro/script/urls/new.html.erb in phcscriptcdnpro-3.2.2 vs app/views/phcscriptcdnpro/script/urls/new.html.erb in phcscriptcdnpro-3.3.0

- old
+ new

@@ -1,26 +1,23 @@ <!-- Title System --> <% phc_title "Script URL Manager" %> <% phc_title_tagline "Create a New Script URL" %> -<!-- Page Header --> -<div class="row"> - <div class="col-lg-12"> +<!-- Bread Crumb --> +<div class="page-bar"> - <!-- Bread Crumbs --> - <ol class="breadcrumb"> - <li><%= link_to "Script Listings Index", script_listings_path %></li> - <li><%= link_to "URL Index", script_listing_urls_path %></li> - <li class="active"><%= yield(:phc_title_tagline) %></li> - </ol> + <ul class="page-breadcrumb"> + <li><%= link_to "Script Listings Index", script_listings_path %></li> + <li><%= link_to "URL Index", script_listing_urls_path %></li> + <li class="active"><%= yield(:phc_title_tagline) %></li> + </ul> - <!-- Page Title --> - <h3 class="page-title"> - <%= yield(:phc_title) %> </br> - <small><%= yield(:phc_title_tagline) %></small> - </h3> + <!-- Page Title --> + <h3 class="page-title"> + <%= yield(:phc_title) %> </br> + <small><%= yield(:phc_title_tagline) %></small> + </h3> - </div> </div> <!-- Main Content --> <div class="row"> <div class="col-lg-12">