<% phc_title "Script Authors" %> <% phc_title_tagline "Author Index" %> <% phc_breadcrumb_one link_to "Script Index", phcscriptcdnpro.script_listings_path %> <% phc_breadcrumb_two 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.author_first_name, script_author %> <%= link_to script_author.author_last_name, script_author %> <%= link_to script_author.author_website, script_author %> <%= link_to script_author.author_github, script_author %>
<%= link_to phcscriptcdnpro.new_script_author_path, class: "btn btn-primary btn-sm" do %> Add a New Script Author <% end %>