<% phc_title "Script Authors" %> <% phc_title_tagline "Author Index" %> <% phc_breadcrumb_one link_to "Script Index", phcscriptcdnpro.script_listings_path %> <% phc_breadcrumb_two link_to "Author Index", phcscriptcdnpro.script_authors_path %> <% phc_breadcrumb_three yield(:phc_title_tagline) %>

<%= yield(:phc_title) %>

<%= yield(:phc_title_tagline) %>

<% @script_authors.each do |script_author| %> <% end %>
First Name Last Name Website Github
<%= link_to script_author.authorfirstname, script_author %> <%= link_to script_author.authorlastname, script_author %> <%= link_to script_author.authorwebsite, script_author %> <%= link_to script_author.authorgithub, script_author %>