Guest User

Untitled

a guest
Mar 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. %article[post]
  2. = link_to "/posts/#{post.id}", :itemprop => "url" do
  3. %h3[:name]>= post.title
  4. .post_body[:articleBody]= post.body.html_safe
  5. = time_tag(post.created_at, :itemprop => "datePublished")
Add Comment
Please, Sign In to add comment