mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
11 lines
272 B
Text
11 lines
272 B
Text
- content_for :content do
|
|
.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"
|