Sha256: ec3271a63b7ac61f4ce8ad50cd0546bdfd81a7b24ff3dfdef4ec9b735788188d
Contents?: true
Size: 484 Bytes
Versions: 1
Compression:
Stored size: 484 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Panoptic</title> <%= csrf_meta_tags %> <%= csp_meta_tag %> <%= stylesheet_link_tag "panoptic/application" %> <%= javascript_include_tag "panoptic/application", defer: true %> </head> <body class="pb-4"> <%= render "panoptic/shared/navbar" %> <main class="container mt-2"> <%= render "panoptic/shared/flashes" %> <%= content_for?(:content) ? yield(:content) : yield %> </main> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
panoptic-0.5.0 | app/views/layouts/panoptic/application.html.erb |