Sha256: c915ebd65b53b9c23c48f2abd1f49de9f795ebc27f26993b7de2cd47a366151b
Contents?: true
Size: 379 Bytes
Versions: 32
Compression:
Stored size: 379 Bytes
Contents
- layouts = @site.respond_to?(:layouts) ? @site.layouts : Layout.find(:all) %p.subtitle %label{:for=>"site_forum_layout_id", :class => "admin_only"} Layout for forum pages (defaults to reader layout) = select :site, :forum_layout_id, layouts.map { |l| [l.name, l.id] } %br %span.formnote currently you have to be logged into a site to see its layouts here. will fix.
Version data entries
32 entries across 32 versions & 1 rubygems