Sha256: a0c1d5a45fa798c00248a867549a9e64aa9756ed851637253d10b9759c8b06f4
Contents?: true
Size: 520 Bytes
Versions: 2
Compression:
Stored size: 520 Bytes
Contents
<html> <head> <title>Experiments (<%= Time.now %>)</title> <style> .vanity { margin: 2em auto; width: 40em; font-family: "Helvetica Neue", "Helvetica", "Verdana", sans-serif } .vanity h1 { margin: 1em 0; border-bottom: 3px solid #ccc } <%= File.read(Vanity.template("vanity.css")) %> </style> </head> <body> <div class="vanity"> <h1>Experiments</h1> <%= render Vanity.template("experiments"), experiments: Vanity.playground.experiments %> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vanity-1.0.0 | lib/vanity/templates/_report.erb |
vanity-0.4.0 | lib/vanity/templates/_report.erb |