app/views/phcscriptcdnpro/frontpage/scriptlistings/index.html.erb in phcscriptcdnpro-5.3.1 vs app/views/phcscriptcdnpro/frontpage/scriptlistings/index.html.erb in phcscriptcdnpro-5.3.2
- old
+ new
@@ -1,8 +1,8 @@
<!-- Title System -->
-<% phc_title "PHCNetworks Blog" %>
-<% phc_title_tagline "News & Information" %>
+<% phc_title "PHCNetworks Script CDN" %>
+<% phc_title_tagline "Global Developer Script Delivery Network" %>
<!-- Title System -->
<!-- Page Header -->
<section class="page-header page-header-lg parallax parallax-3" style="background-image:url('https://images.phcnetworks.net/stock/transportation/highway_mountain_night.jpg')">
<%= render 'layouts/components/pages/titlebars' %>
@@ -17,16 +17,16 @@
<!-- Left Sidebar -->
<div class="col-md-3 col-sm-3">
</div>
<!-- Left Sidebar -->
- <!-- Blog List -->
+ <!-- Script List -->
<div class="col-md-9 col-sm-9">
<% @script_listings_index.each do |script_listings_index| %>
<div class="blog-post-item">
- <h2><%= link_to script_listings_index.scripttitle, phcscriptcdnpro.script_listing_path(script_listings_index) %></h2>
+ <h2><%= link_to script_listings_index.scripttitle, phcscriptcdnpro.frontpage_scriptlistings_path(script_listings_index) %></h2>
<ul class="blog-post-info list-inline">
<li>
<%= link_to "#" do %>
<i class="fa fa-clock-o"></i>
<span class="font-lato"><%= script_listings_index.created_at %></span>
@@ -39,14 +39,14 @@
<% end %>
</li>
<li>
<i class="fa fa-folder-open-o"></i>
<%= link_to "#" do %>
- <span class="font-lato">Design</span>
+ <span class="font-lato">Scripts</span>
<% end %>
<%= link_to "#" do %>
- <span class="font-lato">Photography</span>
+ <span class="font-lato">CDN</span>
<% end %>
</li>
<li>
</li>
@@ -54,10 +54,10 @@
<div></div>
</div>
<% end %>
</div>
- <!-- Blog List -->
+ <!-- Script List -->
</div>
</div>
</section>
<!-- Page Content -->