mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-02 04:54:25 +00:00
9b1f2a4b61
Fix #2744
14 lines
233 B
Plaintext
14 lines
233 B
Plaintext
- content_for :content do
|
|
.container-alt
|
|
.logo-container
|
|
%h1
|
|
= link_to root_path do
|
|
= svg_logo_full
|
|
|
|
.form-container
|
|
= render 'flashes'
|
|
|
|
= yield
|
|
|
|
= render template: 'layouts/application'
|