Sha256: 6331dfe6136ccf422428cb14d36812c0ba2b724a820ad244d55e7f905b53ee38
Contents?: true
Size: 696 Bytes
Versions: 2
Compression:
Stored size: 696 Bytes
Contents
!!! 5 %html %head %title Rails Idle %link{href: "#{root_path}stylesheets/bootstrap.min.css", media:'screen', rel: 'stylesheet', type: 'text/css'} %link{href: "#{root_path}stylesheets/jquery.treegrid.css", media:'screen', rel: 'stylesheet', type: 'text/css'} %script{src: "#{root_path}javascripts/jquery.min.js"} %script{src: "#{root_path}javascripts/jquery.treegrid.min.js"} %script{src: "#{root_path}javascripts/jquery.treegrid.bootstrap3.js"} :javascript $(document).ready(function() { $('.tree').treegrid(); $('.treegrid-1').treegrid('collapseAll'); $('.treegrid-1').treegrid('expand'); }); %body .container = yield
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails-idle-0.0.10 | web/views/layout.haml |
rails-idle-0.0.9 | web/views/layout.haml |