Sha256: a89d939150d3df3adb0a21d5e1b214436fa718cc91a3cd73d8ae7af5946b7981
Contents?: true
Size: 1.03 KB
Versions: 1
Compression:
Stored size: 1.03 KB
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title><%= yield_content(:title) %></title> <!-- The javascript and css are managed by sprockets. The files can be found in the /assets folder--> <script type="text/javascript" src="/assets/application.js"></script> <link rel="stylesheet" href="/assets/application.css"> <link href='//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700' rel='stylesheet' type='text/css'> <link rel="icon" href="/public/favicon.ico"> </head> <body> <div id="container"> <%= yield %> </div> <% if development? %> <div id="saving-instructions"> <p>Paste the following at the top of <i><%= params[:dashboard] %>.erb</i></p> <textarea id="gridster-code"></textarea> </div> <a href="#saving-instructions" id="save-gridster">Save this layout</a> <% end %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smashing-1.1.0 | templates/project/dashboards/layout.erb |