Sha256: 36598e22a325b5f1cf7e67993d55c8a82a77e4371f1e828cebb9f323aaa55a94

Contents?: true

Size: 498 Bytes

Versions: 6

Compression:

Stored size: 498 Bytes

Contents

%h3
  Latest discussion
%ul.clean
  - Post.visible.latest(6).each do |post|
    %li
      = gravatar_for(post.reader, {:size => '30'}, {:class => 'gravatar'})
      = link_to post.topic.name, forum_topic_url(post.topic.forum, post.topic)
      %br
        %span.credit
          - if post.topic.page
            commented upon by
          - elsif post.first?
            started by
          - else
            replied to by
          = post.reader.name
          = friendly_date(post.created_at)

Version data entries

6 entries across 6 versions & 1 rubygems

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