<% phc_title "Script Listings Manager" %> <% phc_title_tagline "Author Index" %> <% phc_breadcrumb_one yield(:phc_title_tagline) %>

<%= yield(:phc_title_tagline) %>

<% @script_authors.each do |script_author| %> <% end %>
First Name Last Name Website Github Twitter
<%= 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 %> <%= link_to script_author.authortwitter, script_author %>