Sha256: 780f8ca6d45d7eb7ce9d7a3a8fe570834601b4fe71d71c3d2620e13b2aa79932
Contents?: true
Size: 293 Bytes
Versions: 1
Compression:
Stored size: 293 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 %> <style> body { font-family: sans-serif; } </style> </head> <body> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opal-rails-0.3.4 | app/views/layouts/opal_spec.html.erb |