Sha256: 7963ca4bed1f5dba50492050e41d8f6f040ce10f5e79036cd17f3d9fa09089cd

Contents?: true

Size: 550 Bytes

Versions: 6

Compression:

Stored size: 550 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Demos</title>
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css" integrity="sha384-AysaV+vQoT3kOAXZkl02PThvDr8HYKPZhNT5h/CXfBThSRXQ6jW5DO2ekP5ViFdi" crossorigin="anonymous">
</head>
<body>
  <div class="container">
    <h1>Hyper-D3 Demos</h1>
    <ul>
      <% @visualizations.sort.each do |script, title| %>
        <li><%= link_to title, "/visualizations/#{script}" %></li>
      <% end %>
    </ul>
  </div>
</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hyper-d3-1.0.0.lap28 spec/test_app/app/views/application/index.erb
hyper-d3-1.0.0.lap27 spec/test_app/app/views/application/index.erb
hyper-d3-1.0.0.lap26 spec/test_app/app/views/application/index.erb
hyper-d3-1.0.0.lap25 spec/test_app/app/views/application/index.erb
hyper-d3-1.0.0.lap24 spec/test_app/app/views/application/index.erb
hyper-d3-1.0.0.lap23 spec/test_app/app/views/application/index.erb