gab-social/app/views/layouts/auth.html.haml

19 lines
477 B
Plaintext
Raw Normal View History

2019-07-02 08:10:25 +01:00
- content_for :header_tags do
= javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous'
2020-05-04 19:44:37 +01:00
%link(rel='stylesheet' href='/legacy/common.css')
%link(rel='stylesheet' href='/legacy/default.css')
2019-07-02 08:10:25 +01:00
- content_for :content do
2020-05-04 19:44:37 +01:00
.container
2019-07-02 08:10:25 +01:00
.logo-container
%h1
= link_to root_path do
= image_pack_tag 'logo_full.png', alt: 'Gab Social'
.form-container
= render 'flashes'
= yield
= render template: 'layouts/application'