mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-04 05:54:27 +00:00
8eeec389c1
DistributionWorker. That isn't the heaviest service, yet, but gotta start somewhere
11 lines
265 B
Plaintext
11 lines
265 B
Plaintext
- content_for :content do
|
|
.container= yield
|
|
.footer
|
|
%span.domain= Rails.configuration.x.local_domain
|
|
%span.powered-by
|
|
\//
|
|
powered by
|
|
= link_to 'Mastodon', 'https://github.com/Gargron/mastodon'
|
|
|
|
= render template: "layouts/application"
|