jasmine/pages/pages_source/dynamic/download.haml
2011-02-27 12:27:23 -08:00

24 lines
862 B
Plaintext

.copy
These files are for the standalone release, meant for inclusion on a static HTML page and manual management of files.
.copy
For a using Jasmine with Ruby on Rails, other Ruby frameworks, within continuous integration environments, or to gain more dynamic source and test file loading, see
%a{ :href => "http://github.com/pivotal/jasmine/wiki" } Using the Jasmine Gem
= "."
%table#standalone-downloads
%tr
%th
%th Version
%th Size
%th Date
%th SHA1
- downloads.each do |d|
= render_partial "download_item", :filename => d[:filename],
:version => d[:version],
:rc => d[:rc],
:size => d[:size],
:date => d[:date],
:sha => d[:sha]