Sha256: 9828a50afc4e4f7f377bcf3196d3e5dddf5d55dfa63e5785bec50d52a3d5acd7

Contents?: true

Size: 486 Bytes

Versions: 2

Compression:

Stored size: 486 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 }
  </style>
  <%= render Vanity.template("vanity.css") %>
</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-0.3.1 lib/vanity/templates/_report.erb
vanity-0.3.0 lib/vanity/templates/_report.erb