<%= link_to "/#{@article.post_url}" do %> news image <% end %>
<% topics = [] %> <% if !@article.searchable.nil? %> <% newList = @article.searchable.split(",") topics = newList.reject { |c| c.empty? } %> <% end %> <% if !@article.searchable.nil? %>
<% topics.each do |topic| %> <%= link_to "/#{@article.category.url}/topic/#{topic.parameterize}" do %>
<%= topic %>
<% end %> <% end %>
<% end %>
<%= link_to "/#{@article.post_url}" do %>

<%= @article.title %>

<% end %>
<%= link_to "/#{@article.post_url}" do %>

<%= @article.summary %>

<% end %>

<% @articles.each_with_index do |article,index| %>
<%= link_to "/#{article.post_url}" do %> <%= image_tag article.thumbnail.url, :class => "img-responsive" %> <% end %>
<% topics = [] %> <% if !article.searchable.nil? %> <% newList = article.searchable.split(",") topics = newList.reject { |c| c.empty? } %> <% end %> <% if !article.searchable.nil? %>
<% topics.each do |topic| %> <%= link_to "/#{article.category.url}/topic/#{topic.parameterize}" do %>
<%= topic %>
<% end %> <% end %>
<% end %> <%= link_to "/#{article.post_url}" do %>
<%= article.title %>
<% end %>

<% if index == 1 %>
Subscribe to Email Updates
<% end %> <% end %> <% if @articles.count < 2 %>
Subscribe to Email Updates
<% end %>

VISIT THE 
7EDGE BLOGS


<% @categories.each_with_index do |category,index| %> <% dynamic_class = "" if index == 3 || index == 4 || index == 5 dynamic_class = "border-btm-none" end %>

<%= category.name %>

<%= link_to "VISIT NOW", "/#{category.url}", :class => "grow-scale-btn-homepage-blog hvr-bounce-to-top" %>
<% end %>