Sha256: b5ac37961b88b9e2355e6144c988c0573277a12e67d1951dfab238445f9aa9d7
Contents?: true
Size: 735 Bytes
Versions: 3
Compression:
Stored size: 735 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <title>ERD - <%= Rails.application.class.parent.name %></title> <%= stylesheet_link_tag '/erd/erd', :media => 'all' %> <%= stylesheet_link_tag 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css', :media => 'all' %> <%= javascript_include_tag 'https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js' %> <%= javascript_include_tag 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js' %> <%= javascript_include_tag 'https://cdnjs.cloudflare.com/ajax/libs/raphael/2.3.0/raphael.min.js' %> <%= javascript_include_tag '/erd/erd' %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
erd-0.8.0 | app/views/layouts/erd/application.html.erb |
erd-0.7.0 | app/views/layouts/erd/application.html.erb |
erd-0.6.4 | app/views/layouts/erd/application.html.erb |