Sha256: 0f541a8dd2b7268769a0e3a1923f3a251d06881d98c982495434293394044192

Contents?: true

Size: 251 Bytes

Versions: 6

Compression:

Stored size: 251 Bytes

Contents

- if helpforum = Forum.find_by_name('Help')
  #marginalia
    %h3
      Help!
    %ul.helplist
      - helpforum.topics.find(:all, :limit => 10).each do |topic|
        %li
          = link_to topic.name, forum_topic_url(topic.forum, topic)          

Version data entries

6 entries across 6 versions & 1 rubygems

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