Sha256: ccc9459de118a1c43a6f9ae5a98c206faa0d0a14fb8ca2f1a2a441cda631591a
Contents?: true
Size: 740 Bytes
Versions: 80
Compression:
Stored size: 740 Bytes
Contents
- content_for :title do = "Latest Posts | #{site.try(:name)}" - cache [site_key, params[:page]] do .latest-posts-page .container.posts-container.latest-posts-wrap .row .col-lg-8.col-lg-offset-2 - @posts.each do |post| = render '/virgo/posts/post_short', post: post - # for performance reasons we want to do this redirection to the - # installer from here rather than within a before_action filter - if @posts.empty? && Virgo::User.all.empty? && !Rails.env.test? %meta{"http-equiv" => "refresh", "content" => "0; url=install"} .pagination-wrap = paginate @posts - content_for :end_of_body do = render '/virgo/common/disqus_comment_count'
Version data entries
80 entries across 40 versions & 1 rubygems