Sha256: d1df1f86f157b9491c76dce72f01f4cda415c5a2b3c2a8a8b5d33788ee7cdb1d
Contents?: true
Size: 953 Bytes
Versions: 23
Compression:
Stored size: 953 Bytes
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 :title %></title> <%= javascript_include_tag 'my_dashboard/application' %> <%= stylesheet_link_tag 'my_dashboard/application' %> <link href='//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700' rel='stylesheet' type='text/css'> <link rel="icon" href="/favicon.ico"> </head> <body> <div id="container"> <%= yield %> </div> <% if Rails.env.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
23 entries across 23 versions & 1 rubygems