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
2016-09-26 23:56:53 +02:00

13 lines
263 B
Plaintext

- 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"