Sha256: cc3bceeefb693e915fa22796a9d444262adb873223c386e704141fa8b7051367
Contents?: true
Size: 400 Bytes
Versions: 22
Compression:
Stored size: 400 Bytes
Contents
<% root = Cms::Section.root.first root.full_path = root.name @sections = [] @sections << root @sections += root.master_section_list @sections.each {|s| s.full_path = "/" + s.full_path unless s == root } %> <span style="display: hidden"> <% @sections.each do |s| -%> <%= tag :span, :class=>"section_id_map", :data=>{:id=> s.id, :path => s.prependable_path} %> <% end %> </span>
Version data entries
22 entries across 22 versions & 2 rubygems