Sha256: 002d714295c263eb67bdb16932d5a66b347227582d45915a58bba810a4202c97
Contents?: true
Size: 525 Bytes
Versions: 3
Compression:
Stored size: 525 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>JumpstartAppPlain</title> <%= csrf_meta_tags %> <%= csp_meta_tag %> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> <%= stylesheet_pack_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> <%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %> </head> <body class="bg-gray-100 h-screen"> <div class="flex h-full items-center justify-center"> <%= yield %> </div> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
devise-tailwindcssed-0.1.3 | app/views/layouts/devise.html.erb |
devise-tailwindcssed-0.1.1 | app/views/layouts/devise.html.erb |
devise-tailwindcssed-0.1.0 | app/views/layouts/devise.html.erb |