Sha256: 93c5faf07ae5869782de3f9b6ca648ae3019053b79949dd3b78810c69dfb4971
Contents?: true
Size: 388 Bytes
Versions: 32
Compression:
Stored size: 388 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Auth</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
32 entries across 32 versions & 1 rubygems