Sha256: 830ec6c6806c7a340d9f7d1cd1692bdd315040b0bf8b1536c63c4f8450af1ef0
Contents?: true
Size: 355 Bytes
Versions: 1
Compression:
Stored size: 355 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title><%= @app_name %></title> <link type="text/css" rel="stylesheet" href="<%%= asset_path("/assets/app.css") %>"> <script type="text/javascript" src="<%%= asset_path("/assets/app.js") %>"></script> </head> <body> <%%== yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nyara-0.1.pre.1 | lib/nyara/templates/app/views/layouts/application.erb.tt |