Sha256: fe1788470951981d9c32e638d27280c31cdc89d0eee8c7baea151dcf44601bc3

Contents?: true

Size: 316 Bytes

Versions: 10

Compression:

Stored size: 316 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Opal Spec Runner</title>
    <%= javascript_include_tag 'opal-spec-runner' %>
    <%= javascript_include_tag *spec_files.map { |f| "spec/#{f}"} %>
  <style>
    body { font-family: sans-serif; }
  </style>
</head>
<body>
  <%= yield %>
</body>
</html>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
opal-rails-0.5.2 app/views/layouts/opal_spec.html.erb
opal-rails-0.5.1 app/views/layouts/opal_spec.html.erb
opal-rails-0.5.0 app/views/layouts/opal_spec.html.erb
opal-rails-0.5.0.pre.2 app/views/layouts/opal_spec.html.erb
opal-rails-0.5.0.pre app/views/layouts/opal_spec.html.erb
opal-rails-0.4.0 app/views/layouts/opal_spec.html.erb
opal-rails-0.3.8 app/views/layouts/opal_spec.html.erb
opal-rails-0.3.7 app/views/layouts/opal_spec.html.erb
opal-rails-0.3.6 app/views/layouts/opal_spec.html.erb
opal-rails-0.3.5 app/views/layouts/opal_spec.html.erb