Sha256: b39ce8f3d195d1d393a1cfc62421f479a59499ac87bc850a3af01b456ead464c
Contents?: true
Size: 773 Bytes
Versions: 2
Compression:
Stored size: 773 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta content='width=device-width, initial-scale=1' name='viewport'> <meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'> <meta content='no-cache' name='turbolinks-cache-control'> <%= csrf_meta_tags %> <title><%= Trestle.config.site_title %></title> <%= stylesheet_link_tag "trestle/auth", 'data-turbolinks-track': 'reload' %> <%= javascript_include_tag "turbolinks" if defined?(Turbolinks) %> <%= javascript_include_tag "trestle/auth", 'data-turbolinks-track': 'reload' %> </head> <body> <main class="container"> <header class="auth-header"> <h1><%= trestle_auth_title %></h1> </header> <%= yield %> </main> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
trestle-auth-0.2.5 | app/views/layouts/trestle/auth.html.erb |
trestle-auth-0.2.4 | app/views/layouts/trestle/auth.html.erb |