<% phc_title "Script Listings Manager" %> <% phc_title_tagline "Script Listing Index" %> <% phc_breadcrumb_one yield(:phc_title_tagline) %> <% phc_breadcrumb_two link_to "Script Index", phcscriptcdnpro.script_listings_path %>

<%= yield(:phc_title) %>

<%= yield(:phc_title_tagline) %>

<% @script_listings.each do |script_listing| %> <% end %>
Title Release Date Latest Release Date Beta Release Date
<%= link_to script_listing.scripttitle, script_listing_path(script_listing) %> <%= link_to script_listing.scriptinitialrelease, script_listing_path(script_listing) %> <%= link_to script_listing.scriptlastestrelease, script_listing_path(script_listing) %> <%= link_to script_listing.scriptbetarelease, script_listing_path(script_listing) %>