mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-11-01 17:21:11 +01:00
13 lines
275 B
Text
13 lines
275 B
Text
- content_for :content do
|
|
.container
|
|
.logo-container
|
|
%h1
|
|
= link_to root_path do
|
|
= image_tag asset_pack_path('logo_full.svg'), alt: 'Mastodon'
|
|
|
|
.form-container
|
|
= render 'flashes'
|
|
|
|
= yield
|
|
|
|
= render template: 'layouts/application'
|