2016-03-05 22:43:05 +01:00
|
|
|
- content_for :content do
|
2021-11-15 15:31:01 +01:00
|
|
|
.auth-page.content
|
|
|
|
.container-alt
|
|
|
|
.logo-container
|
|
|
|
%h1
|
|
|
|
= link_to root_path do
|
|
|
|
= svg_logo_full
|
|
|
|
.img-custom
|
2021-11-15 18:12:55 +01:00
|
|
|
%h2.title.is-2
|
|
|
|
= t('auth.login')
|
|
|
|
|
2021-11-21 15:58:50 +01:00
|
|
|
= image_tag asset_pack_path('media/images/bliss/login.jpg'), alt: 'Mastodon Bliss'
|
2016-03-05 22:43:05 +01:00
|
|
|
|
2021-11-15 15:31:01 +01:00
|
|
|
.form-container
|
|
|
|
= render 'flashes'
|
2016-10-03 16:38:22 +02:00
|
|
|
|
2021-11-15 18:12:55 +01:00
|
|
|
|
2021-11-15 15:31:01 +01:00
|
|
|
|
|
|
|
= yield
|
2016-03-05 22:43:05 +01:00
|
|
|
|
2017-05-08 10:35:25 +09:00
|
|
|
= render template: 'layouts/application'
|