Sha256: 0f7cb06952946e7714f03ba406e28bb51d647b3f13718180382a262d6f0b39d2
Contents?: true
Size: 884 Bytes
Versions: 3
Compression:
Stored size: 884 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui"/> <title><%= Lanes.config.app_title %></title> <%= javascript_tag 'lanes-workspace.js' %> <%= stylesheet_tag 'lanes-workspace' %> <script type="text/javascript"> Lanes.Workspace.create('.lanes-test-root', { csrf_token: "<%= csrf_token %>", view: 'Lanes.Workspace.Layout', user_data: <%= user_data %>, root_path: "<%= lanes_api_url %>" }, <%= bootstrap_data %> ); </script> </head> <body style="margin: 0; background-color: white;"> <div class="lanes-test-root"> </div> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lanes-0.0.3 | views/index.erb |
lanes-0.0.2 | views/index.erb |
lanes-0.0.1 | views/index.erb |