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

18 lines
499 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'
%link(rel='stylesheet' href='/legacy/auth.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{:title => 'Gab.com', :aria-level => '1', :role => 'heading'}
2019-07-02 08:10:25 +01:00
= link_to root_path do
= image_pack_tag 'logo_full.png', alt: 'Gab Social', height: '48px'
2019-07-02 08:10:25 +01:00
.form-container
= render 'flashes'
= yield
= render template: 'layouts/application'