chinwagsocial/app/views/layouts/auth.html.haml
Eugen Rochko 45aa5781ce
Change brand color and logotypes (#18592)
- Add rake task for generating Apple/Android icons and favicons from SVG
- Add rake task for generating PNG icons and logos for e-mails from SVG
- Remove obsolete Microsoft icons and configuration
- Remove PWA shortcut icons
2022-06-09 22:25:23 +02:00

17 lines
335 B
Plaintext

- content_for :header_tags do
= javascript_pack_tag 'public', crossorigin: 'anonymous'
- content_for :content do
.container-alt
.logo-container
%h1
= link_to root_path do
= logo_as_symbol(:wordmark)
.form-container
= render 'flashes'
= yield
= render template: 'layouts/application'