<% phc_title "Script - Author" %> <% phc_title_tagline "New Script Author" %>

<%= yield(:phc_title) %>
<%= yield(:phc_title_tagline) %>

<%= yield(:phc_title_tagline) %>
<%= link_to new_scriptcdn_main_author_path, class: "btn blue-chambray" do %> Add a New Script Author <% end %>
<% @scriptcdn_authors.each do |scriptcdn_author| %> <% end %>
Firstname Lastname
<%= link_to scriptcdn_author.authorfirstname, edit_scriptcdn_main_author_path %> <%= link_to scriptcdn_author.authorlastname, edit_scriptcdn_main_author_path %> <%= link_to 'Destroy', scriptcdn_main_author, method: :delete, data: { confirm: 'Are you sure?' }, class: "btn red-mint" %>