Sha256: 127849950b4aa7b33ebe8b6925f1e0a04ceb4c4b3f7ff0a03006d5a3dee3ddfb
Contents?: true
Size: 538 Bytes
Versions: 3
Compression:
Stored size: 538 Bytes
Contents
!!! Strict %html %head %meta{:content => "text/html; charset=utf-8", "http-equiv" => "Content-Type"} %title Example project <%- l = Workbench::JSLibs::LIST -%> <%- unless options[:js].empty? then -%> <%- options[:js].each do |lib| -%> %script{:src => "/js/<%= File.basename(l[lib]) %>", :type => "text/javascript"} <%- end -%> <%- end -%> %script{:src => "/js/scripts.js", :type => "text/javascript"} %link{:href => "/css/style.css", :media => "all", :rel => "stylesheet", :type => "text/css"} %body %h1 Hi there!
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
work-bench-1.0.10 | template/index.haml |
work-bench-1.0.9 | template/index.haml |
work-bench-1.0.8 | template/index.haml |