1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-17 08:03:53 -05:00
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'