Sha256: 2df7610d1c03abcc4f731374d31ffc28d5da61fb3c349764763095e3225f8857
Contents?: true
Size: 1.03 KB
Versions: 7
Compression:
Stored size: 1.03 KB
Contents
<!DOCTYPE html> <html lang="en"> <head> <title>U.S. Geo Data</title> <meta name="viewport" content="width=device-width,initial-scale=1"> <%= csrf_meta_tags %> <%= csp_meta_tag %> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <link href="https://cdn.jsdelivr.net/gh/tofsjonas/sortable@latest/sortable.min.css" rel="stylesheet" /> <script src="https://cdn.jsdelivr.net/gh/tofsjonas/sortable@latest/sortable.min.js"></script> <style type="text/css"> .sortable th { white-space: normal; } </style> <%= stylesheet_link_tag "application" %> </head> <body> <nav class="navbar navbar-light bg-light"> <div class="container-fluid"> <%= link_to "U.S. Geo Data", root_path, class: "navbar-brand mb-0 h1" %> </div> </nav> <div class="container-fluid"> <%= yield %> </div> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems