1
0
mirror of https://github.com/funamitech/mastodon synced 2025-01-09 03:14:18 +09:00
YuruToot/app/views/layouts/auth.html.haml

11 lines
189 B
Plaintext
Raw Normal View History

- content_for :content do
.logo-container
%h1
Mastodon
%small= Rails.configuration.x.local_domain
.form-container
= yield
= render template: "layouts/application"