about summary refs log tree commit diff stats
path: root/app/views/blogs/_list.html.haml
blob: 3618bdb984e3836e822a3eb3511eb8381c61b966 (plain) (blame)
1
2
3
4
5
- if not @main_page
  = will_paginate @blogs
- @blogs.each do |blog|
  = render blog, short: true
= will_paginate @blogs