1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-24 15:16:33 +09:00
YuruToot/app/views/layouts/auth.html.haml

13 lines
263 B
Plaintext
Raw Normal View History

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