Sha256: 157283fbbf11310754803e043f35996699ffc714cd13fb916273ee3118f47dbd

Contents?: true

Size: 139 Bytes

Versions: 1

Compression:

Stored size: 139 Bytes

Contents

%h2
  = t('recent_topics')
%ul
  - Topic.latest(5).each do |topic|
    = render :partial => 'topics/minimal', :locals => {:topic => topic}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
radiant-forum-extension-2.1.6 app/views/topics/_latest.html.haml