app/views/phcscriptcdn/script/listings/index.html.erb in phcscriptcdn-3.3.3 vs app/views/phcscriptcdn/script/listings/index.html.erb in phcscriptcdn-4.0.0

- old
+ new

@@ -1,43 +1,44 @@ <!-- Title System --> -<% phc_title "Script Listing Manager" %> -<% phc_title_tagline "Create a New Script Listing" %> +<% phc_title "Script Listings Manager" %> +<% phc_title_tagline "Script Listing Index" %> +<!-- Title System --> <!-- Page Header --> <div class="row"> <div class="col-lg-12"> <!-- Bread Crumbs --> <ol class="breadcrumb"> - <li><%= link_to "Script Listings Index", script_listings_path %></li> <li class="active"><%= yield(:phc_title_tagline) %></li> </ol> + <!-- Bread Crumbs --> <!-- Page Title --> <h3 class="page-title"> <%= yield(:phc_title) %> </br> <small><%= yield(:phc_title_tagline) %></small> </h3> + <!-- Page Title --> </div> </div> +<!-- Page Header --> <!-- Main Content --> <div class="row"> <div class="col-lg-12"> - <!-- Main Content --> - <table class="table table-bordered table-striped table-hover"> + <table class="table table-striped table-bordered table-advance table-hover"> <thead> <tr> <th>Title</th> <th>Release Date</th> <th>Latest Release Date</th> <th>Beta Release Date</th> </tr> </thead> - <tbody> <% @script_listings.each do |script_listing| %> <tr> <td class="vert-align"><%= link_to script_listing.scripttitle, script_listing_path(script_listing) %></td> <td class="vert-align"><%= link_to script_listing.scriptinitialrelease, script_listing_path(script_listing) %></td> @@ -49,6 +50,7 @@ </table> <%= link_to 'New Script Listing', new_script_listing_path, class: "btn btn-primary" %> </div> -</div> \ No newline at end of file +</div> +<!-- Main Content -->