Sha256: e47694b58fd35b20eb1bddcce331a5ccc60bfcc6ef4918668cefc68f220f846c
Contents?: true
Size: 484 Bytes
Versions: 7
Compression:
Stored size: 484 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Borutus</title> <%= stylesheet_link_tag "borutus/application", media: "all" %> <%= javascript_include_tag "borutus/application" %> <%= csrf_meta_tags %> </head> <body> <header> <%= render 'layouts/borutus/navigation' %> </header> <main role="main"> <%= render 'layouts/borutus/messages' %> <%= yield %> </main> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems