Sha256: 0f1246b0ba4c67cb30bcebe22ae4041bc8134153b3a9463ffaa378b291137b0c
Contents?: true
Size: 814 Bytes
Versions: 3
Compression:
Stored size: 814 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, maximum-scale=1.0, initial-scale=1.0"> <%= csrf_meta_tags %> <title><%= @title %></title> <%= stylesheet_link_tag 'mercury' %> <%= javascript_include_tag 'jquery-1.7', 'mercury' %> </head> <body> <script type="text/javascript"> // Set to the url that you want to save any given page to, leave null for default handling. var saveUrl = null; // Instantiate the PageEditor new Mercury.PageEditor(saveUrl, { saveStyle: null, // 'form', or 'json' (default json) saveMethod: null, // 'PUT', or 'POST', (create, vs. update -- default PUT) visible: true // boolean - if the interface should start visible or not }); </script> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
your_platform-1.0.1 | app/views/layouts/mercury.html.erb |
your_platform-1.0.0 | app/views/layouts/mercury.html.erb |
your_platform-0.0.2 | app/views/layouts/mercury.html.erb |