This repository has been archived on 2023-07-01. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/views/layouts/auth.html.haml
Claire 15929a3d59 Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `README.md`:
  Our README is completely different. Discarded upstream changes.
- `app/javascript/packs/mailer.js`:
  We had removed the file. Move the changes to `app/javascript/core/mailer.js`.
2022-06-11 00:08:41 +02:00

14 lines
245 B
Plaintext

- content_for :content do
.container-alt
.logo-container
%h1
= link_to root_path do
= logo_as_symbol(:wordmark)
.form-container
= render 'flashes'
= yield
= render template: 'layouts/application'