Skip to content
Extraits de code Groupes Projets
_pane.html.haml 192 octets
Newer Older
  • Learn to ignore specific revisions
  • %li.message
      %span.from
        = link_to post.owner, "#"
        %b wrote a new blog post
        %br
      %b= post.title
      %br
      = post.body
      %div.time
        = "#{time_ago_in_words(post.updated_at)} ago"