app/views/phcscriptcdn/script/urls/new.html.erb in phcscriptcdn-3.3.3 vs app/views/phcscriptcdn/script/urls/new.html.erb in phcscriptcdn-4.0.0

- old
+ new

@@ -1,32 +1,38 @@ <!-- Title System --> -<% phc_title "Script URL Manager" %> +<% phc_title "Script Listings Manager" %> <% phc_title_tagline "Create a New Script URL" %> +<!-- Title System --> <!-- Page Header --> <div class="row"> <div class="col-lg-12"> <!-- 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><%= link_to "Script Listing Index", phcscriptcdn.script_listings_path %></li> + <li><%= link_to "Script URLs", phcscriptcdn.script_listing_urls_path %></li> <li class="active"><%= yield(:phc_title_tagline) %></li> </ol> + <!-- Bread Crumbs --> <!-- Page Title --> <h3 class="page-title"> <%= yield(:phc_title) %> </br> <small><%= yield(:phc_title_tagline) %></small> </h3> + <!-- Page Title --> </div> </div> +<!-- Page Header --> <!-- Main Content --> <div class="row"> <div class="col-lg-12"> - <%= render 'form', { form_url: script_listing_urls_path } %> + <!-- Form Requries URL to Function Properly --> + <%= render 'form', { form_url: script_listing_url_path } %> </div> </div> +<!-- Main Content -->