mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-04 05:54:27 +00:00
13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
- content_for :content do
|
|
.container
|
|
.logo-container
|
|
%h1
|
|
= link_to root_path do
|
|
= render partial: 'application/logo', locals: { dim: 200 }
|
|
%small= Rails.configuration.x.local_domain
|
|
|
|
.form-container
|
|
= yield
|
|
|
|
= render template: "layouts/application"
|