Sha256: b51e006eeb08967335f40a082da1ba6ab23e260a34db7356dfd2f8b347248f1c
Contents?: true
Size: 267 Bytes
Versions: 23
Compression:
Stored size: 267 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>EngineProject</title> <%= stylesheet_link_tag "engine_project/application", media: "all" %> <%= javascript_include_tag "engine_project/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
23 entries across 23 versions & 5 rubygems