Sha256: 3b028840e55c3d29cdf23d6396187ea35f4c6b586f82d62464c7aa4158e9b9c6

Contents?: true

Size: 1.13 KB

Versions: 2

Compression:

Stored size: 1.13 KB

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 name='turbo-cache-control' content='no-cache'>
    <meta name="turbo-prefetch" content="false" />
    <meta name="turbo-root" content="<%= Trestle.config.path %>">

    <%= csrf_meta_tags %>

    <title><%= Trestle.config.site_title %></title>

    <%= favicon_link_tag Trestle.config.favicon if Trestle.config.favicon %>

    <%= stylesheet_link_tag "trestle/admin", 'data-turbo-track': 'reload' %>
    <%= stylesheet_link_tag "trestle/icons/font-awesome", 'data-turbo-track': 'reload' if defined?(Sprockets) %>

    <%= stylesheet_link_tag "trestle/auth/login", 'data-turbo-track': 'reload' %>

    <%= stylesheet_link_tag "trestle/custom", 'data-turbo-track': 'reload' %>
    <%= stylesheet_link_tag "trestle/auth/custom", 'data-turbo-track': 'reload' %>

    <%= render "trestle/theme" %>

    <%= hook "auth.head" %>
  </head>

  <body class="auth-body theme-bg">
    <main class="container">
      <%= yield %>
    </main>
  </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
trestle-auth-0.5.0 app/views/layouts/trestle/auth.html.erb
trestle-auth-0.5.0.pre2 app/views/layouts/trestle/auth.html.erb