<% phc_title "Script Listing Manager" %> <% phc_title_tagline "Script Author Index" %>

<%= yield(:phc_title) %>

<%= link_to phcscriptcdnpro.new_script_author_path, class: "btn btn-primary" do %> Create a New Script Author <% end %>
<%= yield(:phc_title_tagline) %>
<% @script_authors.each do |script_author| %> <% end %>
Author Firstname Author Lastname Author Website Author Github Author 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 %>