Sha256: 81f829155aa6b765e097e1fbf8b346313bad639b0bae286a74d9ca14535ebcca
Contents?: true
Size: 374 Bytes
Versions: 1
Compression:
Stored size: 374 Bytes
Contents
xml.channel do xml.atom :link, nil, { :href => forums_url(:format => 'rss'), :rel => 'self', :type => 'application/rss+xml' } xml.title "#{@site_title} : #{t('forums')}" xml.description t('forums') xml.link forums_url xml.language I18n.locale.to_s xml.ttl "60" render :partial => "forums/forum", :collection => @forums, :locals => {:xm => xml} end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radiant-forum-extension-2.1.6 | app/views/forums/index.rss.builder |