Sha256: 21048badc529c7b9ea3072296e0ac5ea10af50826c7091b34b8ceae54bdc9ed6
Contents?: true
Size: 743 Bytes
Versions: 36
Compression:
Stored size: 743 Bytes
Contents
!!! %html{ :xmlns => "http://www.w3.org/1999/xhtml" } %head %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "Content-type" } %title Sitemap %style{ :type => "text/css" } :sass @import "slickmap" +slickmap :javascript window.onload = function() { document.getElementById('primaryNav').className = "col" + document.querySelectorAll("#primaryNav > li:not(#home)").length; }; %body .logo %h1= @project_name || "Sitemap" - if @project_subtitle %h2= @project_subtitle - if @utility.length > 0 %ul#utilityNav - @utility.each do |u| %li= link_to u, u %ul#primaryNav - sitemap_node(@tree, true)
Version data entries
36 entries across 36 versions & 3 rubygems