Add link to github project to footer, move FanOutOnWriteService calls to
DistributionWorker. That isn't the heaviest service, yet, but gotta start somewhere
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
- content_for :content do
|
||||
.container= yield
|
||||
.footer
|
||||
.domain= Rails.configuration.x.local_domain
|
||||
%span.domain= Rails.configuration.x.local_domain
|
||||
%span.powered-by
|
||||
\//
|
||||
powered by
|
||||
= link_to 'Mastodon', 'https://github.com/Gargron/mastodon'
|
||||
|
||||
= render template: "layouts/application"
|
||||
|
Reference in New Issue
Block a user