Sha256: 4f59b5c0c32cb7f7e17e927581263c2155b3c3fe1ccb5015f42c0e4124ec5754
Contents?: true
Size: 392 Bytes
Versions: 15
Compression:
Stored size: 392 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Hi Bitch</title> <%= stylesheet_link_tag "auth/application", media: "all" %> <%= javascript_include_tag "auth/application" %> <%= csrf_meta_tags %> </head> <body> <%= render :partial => "layouts/auth/navbar/navbar.html.erb" %> <div class="container"> <%= yield %> </div> <%= render :partial => "layouts/auth/modals.html.erb" %> </body> </html>
Version data entries
15 entries across 15 versions & 1 rubygems