Sha256: 753c3b23f1f21852145ba7dc7a9e748060109ae5542fad118638b72045d4ebda
Contents?: true
Size: 1.92 KB
Versions: 16
Compression:
Stored size: 1.92 KB
Contents
<!-- Title System --> <% phc_title "PHCNetworks Blog" %> <% phc_title_tagline "News & Information" %> <!-- 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' %> </section> <!-- Page Header --> <!-- Page Content --> <section> <div class="container"> <div class="row"> <!-- Left Sidebar --> <div class="col-md-3 col-sm-3"> </div> <!-- Left Sidebar --> <!-- Blog List --> <div class="col-md-9 col-sm-9"> <% @articles_index.each do |frontend_article| %> <div class="blog-post-item"> <% if frontend_article.pstimage? %> <figure class="margin-bottom-20"> <%= link_to phcpresspro.frontend_article_path(frontend_article) do %> <%= image_tag frontend_article.pstimage_url, class: "img-responsive" %> <% end %> </figure> <% end %> <h2><%= link_to frontend_article.psttitle, phcpresspro.frontend_article_path(frontend_article) %></h2> <ul class="blog-post-info list-inline"> <li> <%= link_to "#" do %> <i class="fa fa-clock-o"></i> <span class="font-lato"><%= frontend_article.created_at %></span> <% end %> </li> <li> <%= link_to "#" do %> <i class="fa fa-comment-o"></i> <span class="font-lato">0 Comments</span> <% end %> </li> <li> </li> <li> <%= link_to "#" do %> <i class="fa fa-user"></i> <span class="font-lato"><%= frontend_article.user_name %></span> <% end %> </li> </ul> <div><%= truncate(frontend_article.psttext, :length => 420, :escape => false) %></div> </div> <% end %> </div> <!-- Blog List --> </div> </div> </section> <!-- Page Content -->
Version data entries
16 entries across 16 versions & 1 rubygems