1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-02 16:58:53 +09:00
YuruToot/app/views/layouts/auth.html.haml
2017-11-20 22:13:37 -08:00

14 lines
275 B
Plaintext

- content_for :content do
.container
.logo-container
%h1
= link_to root_path do
= image_tag asset_pack_path('logo_full.svg'), alt: 'Mastodon'
.form-container
= render 'flashes'
= yield
= render template: 'layouts/application'