y4ashida/rbplotly

View on GitHub
lib/plotly/offline/templates/plot.erb

Summary

Maintainability
Test Coverage
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Created with Plot.ly</title>
</head>
<body>

<%= ERB.new(template_for(:body)).result(binding) %>

</body>
</html>