• <%= link_to blog.title, blog.view_url, :class => 'search-result-title' %>
    <%= render :partial => 'image', :object => blog %>
    <% r = blog.children.find(:all, :order => :updated_at, :conditions => ['type != ?', 'RssFeed']).last(3) %> <%= render :partial => 'article_common', :object => blog %>
    <%= _("Last posts") %>"> <% r.each do |a| %> <%= link_to a.title, a.view_url, :class => 'search-blog-sample-item '+icon_for_article(a) %> <% end %> <%= _('None') if r.empty? %>
    <%= render :partial => 'article_last_change', :object => blog %>