about summary refs log tree commit diff
path: root/app/views/layouts/auth.html.haml
blob: ba105d25e4a1d16e12700d55bdfbe440c59d7700 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
- content_for :content do
  .container-alt
    .logo-container
      %h1
        = link_to root_path do
          = svg_logo_full

    .form-container
      = render 'flashes'

      = yield

= render template: 'layouts/application'