<% phc_title "Script URL" %> <% phc_title_tagline "Script URL Index" %>
<%= yield(:phc_title_tagline) %>
<%= link_to new_scriptcdn_main_path, class: "btn blue-chambray" do %> Add a New Script <% end %>
<% @scriptcdn_urls.each do |scriptcdn_url| %> <% end %>
Scripturl
<%= scriptcdn_url.scripturl %> <%= link_to 'Show', scriptcdn_url %> <%= link_to 'Edit', edit_scriptcdn_url_path(scriptcdn_url) %> <%= link_to 'Destroy', scriptcdn_url, method: :delete, data: { confirm: 'Are you sure?' } %>