mastodon/app/views/layouts/auth.html.haml

25 lines
523 B
Plaintext

- content_for :header_tags do
= javascript_pack_tag 'public', crossorigin: 'anonymous'
- content_for :content do
.auth-page.content
.container-alt
.logo-container
%h1
= link_to root_path do
= svg_logo_full
.img-custom
%h2.title.is-2
= t('auth.login')
= image_tag asset_pack_path('media/images/bliss/login.jpg'), alt: 'Mastodon Bliss'
.form-container
= render 'flashes'
= yield
= render template: 'layouts/application'