mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
15929a3d59
Conflicts: - `README.md`: Our README is completely different. Discarded upstream changes. - `app/javascript/packs/mailer.js`: We had removed the file. Move the changes to `app/javascript/core/mailer.js`.
14 lines
245 B
Plaintext
14 lines
245 B
Plaintext
- 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'
|