28 lines
818 B
Plaintext
Raw Normal View History

2015-03-04 06:29:50 -08:00
.grid-fluid.l-space-bottom-8
for versions, framework in downloads
div.c9.card
frameworkName = framework.replace(/\_/gm, ' ')
header
h2.text-headline #{frameworkName}
for version, name in versions
if name == "description"
p #{version}
else
.card-content
ul.hover-card-container
2015-03-04 06:29:50 -08:00
if version.file
li
!= partial("../_includes/_hover-card", {name: "Version " + name, url: version.file })
2015-03-04 06:29:50 -08:00
if version.npm
li
!= partial("../_includes/_hover-card", {name: "Version " + name, url: version.npm })
2015-03-04 12:24:00 -07:00
if version.pub
li
!= partial("../_includes/_hover-card", {name: "Version " + name, url: version.pub })