Sha256: bbd67e21ba6a2deaad8a9c968272dad0162f08d49d27a2243b29fd9b29191fc2
Contents?: true
Size: 1.01 KB
Versions: 3
Compression:
Stored size: 1.01 KB
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <meta content="IE=edge" http-equiv="X-UA-Compatible"/> <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/> <title>Crono Dashboard</title> <%= stylesheet_link_tag 'crono/materialize.min.css', media: "all" %> <%= stylesheet_link_tag 'crono/application', media: "all" %> <%= csrf_meta_tags %> </head> <body class="blue-grey darken-2"> <nav class="blue-grey white-text" role="navigation"> <a class="brand-logo center" href="<%= root_path %>"> <b>Crono</b> Dashboard </a> </nav> <main class="container blue-grey lighten-4"> <%= yield %> <footer class="page-footer blue-grey darken-2"> <div class="footer-copyright blue-grey"> Crono v<%= Crono::VERSION %> <a class="right" href="https://github.com/plashchynski/crono" target="_blank">Documentation</a> </div> </footer> </main> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
crono-2.1.0 | app/views/layouts/crono/application.html.erb |
crono-2.0.1 | app/views/layouts/crono/application.html.erb |
crono-2.0.0 | app/views/layouts/crono/application.html.erb |