10 lines
318 B
Plaintext
Raw Normal View History

2018-04-10 22:14:02 +03:00
.blog.blog_index
2018-04-10 22:48:23 +03:00
- @posts.each do |slug , post|
2018-04-10 22:14:02 +03:00
.row
.col-md-2
.col-md-8
2018-04-10 22:48:23 +03:00
%h2= link_to post.title , blog_post_url(post.slug)
= render( "posts/#{post.template_name}" )[0 ... 350].html_safe
%span.whole= link_to ". . . .Read whole post" , blog_post_url(post.slug)
2018-04-10 22:14:02 +03:00
.col-md-2