app/views/phcscriptcdnpro/script/urls/new.html.erb in phcscriptcdnpro-3.3.1 vs app/views/phcscriptcdnpro/script/urls/new.html.erb in phcscriptcdnpro-3.3.3

- old
+ new

@@ -21,9 +21,28 @@ <!-- Main Content --> <div class="row"> <div class="col-lg-12"> - <%= render 'form', { form_url: script_listing_urls_path } %> + <div class="portlet light"> + + <div class="portlet-title"> + + <div class="caption"> + <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span> + </div> + <div class="actions"> + </div> + + </div> + + <div class="portlet-body"> + + <!-- Form Requries URL to Function Properly --> + <%= render 'form', { form_url: script_listing_urls_path } %> + + </div> + + </div> </div> </div>