<% phc_title "Script Authors" %> <% phc_title_tagline "Script Author Index" %>

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

<%= yield(:phc_title_tagline) %>
<%= link_to phcscriptcdnpro.new_script_listing_author_path, class: "btn blue-chambray" do %> Create an Author <% end %>
<% @script_authors.each do |script_author| %> <% end %>
Author Firstname Author Lastname Author Website Author Github Author Twitter
<%= link_to script_author.authorfirstname, script_listing_author_path(script_author.listing, script_author) %> <%= link_to script_author.authorlastname, script_listing_author_path(script_author.listing, script_author) %> <%= link_to script_author.authorwebsite, script_listing_author_path(script_author.listing, script_author) %> <%= link_to script_author.authorgithub, script_listing_author_path(script_author.listing, script_author) %> <%= link_to script_author.authortwitter, script_listing_author_path(script_author.listing, script_author) %>