Sha256: 09490374c2dadbd97bb18056ee408a0fe01771a45a003e6e7deafcbfa35c266f

Contents?: true

Size: 307 Bytes

Versions: 6

Compression:

Stored size: 307 Bytes

Contents

%div.post{:id => post.dom_id}
  %div.post_header
    %h2
      %a{:href => "/readers/#{post.reader.id}", :class => 'main'}
        %img{:src => post.reader.gravatar_url(:size => 40), :class => 'gravatar'}
        = post.reader.name
    %p.context
      = post.created_at
    %div.post_body
      = post.body

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
radiant-forum-extension-1.2.1 app/views/pages/_comment.html.haml
radiant-forum-extension-1.1.2 app/views/pages/_comment.html.haml
radiant-forum-extension-1.1.1 app/views/pages/_comment.html.haml
radiant-forum-extension-1.1.0 app/views/pages/_comment.html.haml
radiant-forum-extension-0.6.1 app/views/pages/_comment.html.haml
radiant-forum-extension-0.6.0 app/views/pages/_comment.html.haml