diff options
Diffstat (limited to 'app/views/blogs/index.html.haml')
-rw-r--r-- | app/views/blogs/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/blogs/index.html.haml b/app/views/blogs/index.html.haml index a1ad64c..e9639ca 100644 --- a/app/views/blogs/index.html.haml +++ b/app/views/blogs/index.html.haml | |||
@@ -1,3 +1,3 @@ | |||
1 | - @blogs.each do |blog| | 1 | - @blogs.each do |blog| |
2 | = render blog | 2 | = render blog, short: true |
3 | = will_paginate @blogs | 3 | = will_paginate @blogs |