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

<%= yield(:phc_title) %>

<%= link_to phcscriptcdnpro.new_script_author_path, class: "btn btn-primary" do %> Add a New Author <% end %>
<%= 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 %>