<% phc_title "Script Listings Manager" %> <% phc_title_tagline "Script URL Index" %> <% phc_breadcrumb_one link_to "Script Index", phcdevworks_scripts.script_listings_path %> <% phc_breadcrumb_two yield(:phc_title_tagline) %>

<%= yield(:phc_title) %>

<% @script_urls.each do |script_url| %> <% end %>
Script URL Release Date CDN Update Date
<%= link_to script_url.script_cdn_url, script_listing_url_path(script_url.listing, script_url) %> <%= link_to script_url.script_cdn_url_release, script_listing_url_path(script_url.listing, script_url) %> <%= link_to script_url.script_cdn_url_cdn_update, script_listing_url_path(script_url.listing, script_url) %>
<%= link_to phcdevworks_scripts.new_script_listing_url_path, class: "btn btn-primary" do %> Add a New CDN URL <% end %>