Sha256: 3d35a280f90fd5cd104f028b139a106d849746a5a7ab8ba4d7dbd0bbc61ba9eb

Contents?: true

Size: 647 Bytes

Versions: 4

Compression:

Stored size: 647 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <meta charset='utf-8'>
  <title>ERD - <%= Rails.application.class.parent.name %></title>
  <%= stylesheet_link_tag    'erd/application', :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 'erd/application' %>
  <%= csrf_meta_tags %>
</head>
<body>
<%= yield %>
</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
erd-0.6.3 app/views/layouts/erd/application.html.erb
erd-0.6.2 app/views/layouts/erd/application.html.erb
erd-0.6.1 app/views/layouts/erd/application.html.erb
erd-0.6.0 app/views/layouts/erd/application.html.erb