Sha256: b0d960da6c576ea7fd85cf962ff42cb00a576846690e3555e3cbb68a29da8a97
Contents?: true
Size: 894 Bytes
Versions: 1
Compression:
Stored size: 894 Bytes
Contents
%html %head %script{ :src => '/js/common/jquery-1.3.2.js' } %script{ :src => '/js/browser/index.js' } %link{ :rel => "stylesheet", :href => "/shenandoah.css", :type => "text/css", :charset => "utf-8" } %body#index - if options.respond_to?(:project_name) && options.project_name %h1= "Specs for #{options.project_name}" %label#select-all %input{ :type => 'checkbox', :name => 'select-all' } %a select all %form{ :method => 'GET', :action => '/multirunner' } - @sections.each do |section, tests| %h2= section == '.' ? '[root]' : section %ul - tests.each do |test| %li %label %input{ :type => 'checkbox', :name => 'spec', :value => test.href } %a{ :href => test.href }= test.name #controls %input{ :type => 'submit', :value => 'Run selected' }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shenandoah-0.2.0 | lib/shenandoah/server/views/index.haml |