Sha256: cb2216a90e644e1ff57bf778cf43c229bc0a02c087c66b511e38419b8b060ca9

Contents?: true

Size: 651 Bytes

Versions: 3

Compression:

Stored size: 651 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Panoptic</title>
  <%= csrf_meta_tags %>
  <%= csp_meta_tag %>

  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
</head>
<body>
  <%= render "shared/navbar" %>

  <main class="container mt-2">
    <%= yield %>
  </main>

  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
panoptic-0.2.0 app/views/layouts/panoptic/application.html.erb
panoptic-0.1.3 app/views/layouts/panoptic/application.html.erb
panoptic-0.1.2 app/views/layouts/panoptic/application.html.erb