mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-11-01 17:21:11 +01:00
0e0f18ce7c
* Add new logo * Remove unused images
16 lines
382 B
Text
16 lines
382 B
Text
- 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
|
|
= image_tag asset_pack_path('logo_full.svg'), alt: 'Mastodon'
|
|
|
|
.form-container
|
|
= render 'flashes'
|
|
|
|
= yield
|
|
|
|
= render template: 'layouts/application'
|