Sha256: df284bc6733f006f74e4f7fd679c63e8d8cf9c0968720295a65d3757c9a1825c

Contents?: true

Size: 332 Bytes

Versions: 2

Compression:

Stored size: 332 Bytes

Contents

<!doctype html>
<html lang=en>
<head>
  <meta charset=utf-8>
  <title>Login</title>
  <%= stylesheet_link_tag "balrog/gate" %>
</head>

<body>

  <%= yield %>

  <footer>
    <a href="https://github.com/pixielabs/balrog" target="_blank">
      <%= image_tag "balrog/logo.png", class: 'logo' %>
    </a>
  </footer>

</body>

</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
balrog-2.0.0 app/views/layouts/balrog.html.erb
balrog-1.1.0 app/views/layouts/balrog.html.erb