mastodon-glitch/app/views/layouts/auth.html.haml

17 lines
366 B
Plaintext
Raw Normal View History

- content_for :header_tags do
= javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous'
- content_for :content do
.container
.logo-container
%h1
= link_to root_path do
2017-05-29 00:09:12 +00:00
= image_tag asset_pack_path('logo-cybre.png')
.form-container
= render 'flashes'
2016-10-03 14:38:22 +00:00
= yield
= render template: 'layouts/application'