Sha256: 9d8571e0f780aa4d4f50b233aa4a58ff3364e4fef70177aec8466954798b019d

Contents?: true

Size: 258 Bytes

Versions: 6

Compression:

Stored size: 258 Bytes

Contents

%article
  %time= "Published #{l(post.published_at.to_date, format: :long)}"
  .content.summary
    %h2= link_to(post.title, post)
    = preserve do
      = markdown_to_html(post.summary)
  %section.info
    = render 'exposition/posts/tags', tags: post.tags

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
exposition-0.0.5.7.pre.alpha app/views/exposition/posts/_post.html.haml
exposition-0.0.5.6.pre.alpha app/views/exposition/posts/_post.html.haml
exposition-0.0.5.5.pre.alpha app/views/exposition/posts/_post.html.haml
exposition-0.0.5.4.pre.alpha app/views/exposition/posts/_post.html.haml
exposition-0.0.5.2.pre.alpha app/views/exposition/posts/_post.html.haml
exposition-0.0.5.1.pre.alpha app/views/exposition/posts/_post.html.haml