mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
22 lines
433 B
Plaintext
22 lines
433 B
Plaintext
- 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'
|