Sha256: affb9e76099deee851ac92a59f0e8d35fcf98109d94f4b2a3e3f7ec9dc4ffc75

Contents?: true

Size: 333 Bytes

Versions: 3

Compression:

Stored size: 333 Bytes

Contents

%div.post
  %div.post-header
    %div.post-author
      - if post.author.kind_of? User
        = link_to post.author.title, post.author
      - if post.author.kind_of? String
        = post.author
    %div.post-date
      = localize(post.sent_at)
    %div.post-subject
      = post.subject
  %div.post-body
    = post.text.html_safe

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
your_platform-1.0.1 app/views/posts/_post.html.haml
your_platform-1.0.0 app/views/posts/_post.html.haml
your_platform-0.0.2 app/views/posts/_post.html.haml