Sha256: 57bf8828995e5ef95bf1a415c6d7350aef740aff07e3e41f6d8d8ab8208af979
Contents?: true
Size: 426 Bytes
Versions: 1
Compression:
Stored size: 426 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Plutus</title> <%= stylesheet_link_tag "plutus/application", media: "all" %> <%= csrf_meta_tags %> </head> <body> <header> <%= render 'layouts/plutus/navigation' %> </header> <main role="main"> <%= render 'layouts/plutus/messages' %> <%= yield %> </main> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plutus-0.17 | app/views/layouts/plutus/application.html.erb |