app/views/phcscriptcdn/script/urls/new.html.erb in phcscriptcdn-54.3.0 vs app/views/phcscriptcdn/script/urls/new.html.erb in phcscriptcdn-55.0.0

- old
+ new

@@ -1,37 +1,41 @@ -<!-- Title System --> +<!-- -PHCDEV- Title Variables --> <% phc_title "Script Listings Manager" %> <% phc_title_tagline "Create a New Script URL" %> <% phc_breadcrumb_one link_to "Script Index", phcscriptcdn.script_listings_path %> <% phc_breadcrumb_two link_to "Script Urls", phcscriptcdn.script_listing_urls_path %> <% phc_breadcrumb_three yield(:phc_title_tagline) %> -<!-- Title System --> +<!-- -PHCDEV- Title Variables --> -<!-- Page Bradcrumbs --> -<ol class="breadcrumb pull-right"> +<!-- -PHCDEV- Bradcrumbs --> +<ol class="breadcrumb float-xl-end"> <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 --> +<!-- -PHCDEV- Bradcrumbs --> -<!-- Page Header --> +<!-- -PHCDEV- Header --> <h1 class="page-header"><%= yield(:phc_title) %></h1> -<!-- Page Header --> +<!-- -PHCDEV- Bradcrumbs --> -<!-- Page Content --> +<!-- -PHCDEV- Panel --> <div class="panel panel-inverse"> + + <!-- -PHCDEV- 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) %></h4> </div> + <!-- -PHCDEV- Panel - Heading --> + + <!-- -PHCDEV- Panel - Body --> <div class="panel-body"> - <!-- Form for New URL --> - <%= render 'form', { form_url: script_listing_urls_path } %> - <!-- Form for New URL --> + + <!-- -PHCDEV- Form for New URL --> + <%= render "form", { form_url: script_listing_urls_path } %> + <!-- -PHCDEV- Form for New URL --> + </div> + <!-- -PHCDEV- Panel - Body --> + </div> -<!-- Page Content --> +<!-- -PHCDEV- Panel -->