% phc_title "Script URL Manager" %>
<% phc_title_tagline "Create a New Script URL" %>
- <%= link_to "Script Listings Index", script_listings_path %>
- <%= link_to "URL Index", script_listing_urls_path %>
- <%= yield(:phc_title_tagline) %>
<%= yield(:phc_title) %>
<%= yield(:phc_title_tagline) %>
<%= render 'form', { form_url: script_listing_urls_path } %>