Sha256: 9885c71db35960d18f4aedfadc85333b75a5a0563ffa98d28c6ea39d952e6fec
Contents?: true
Size: 350 Bytes
Versions: 2
Compression:
Stored size: 350 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Vapid</title> <%= stylesheet_link_tag "application" %> </head> <body> <nav> <div class="container"> <%= link_to "Vapid", "/", class: "vapid" %> <ul> <li><%= link_to "Admin Login", "/admin" %></li> </ul> </div> </nav> <main> <%= yield %> </main> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vapid-0.1.1 | lib/vapid/generator_template/templates/layouts/default.html.erb |
vapid-0.1.0 | lib/vapid/generator_template/templates/layouts/default.html.erb |