Sha256: d3e2a8a00e37d02ba39e901b904d8f34dbd4add3b812c6a33345f60e11b66cf6
Contents?: true
Size: 267 Bytes
Versions: 2
Compression:
Stored size: 267 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>ActiveScraper</title> <%= stylesheet_link_tag "active_scraper/application", media: "all" %> <%= javascript_include_tag "active_scraper/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
active_scraper-0.0.2 | app/views/layouts/active_scraper/application.html.erb |
active_scraper-0.0.1 | app/views/layouts/active_scraper/application.html.erb |