Gab-Social/app/views/layouts/auth.html.haml
mgabdev 9f0fd83fc0 Updated styles for auth pages
• Updated:
- styles for auth pages
2020-08-20 16:30:46 -05:00

18 lines
499 B
Plaintext

- content_for :header_tags do
= javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous'
%link(rel='stylesheet' href='/legacy/auth.css')
- content_for :content do
.container
.logo-container
%h1{:title => 'Gab.com', :aria-level => '1', :role => 'heading'}
= link_to root_path do
= image_pack_tag 'logo_full.png', alt: 'Gab Social', height: '48px'
.form-container
= render 'flashes'
= yield
= render template: 'layouts/application'