diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-25 03:22:26 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-25 03:22:26 +0100 |
commit | 8eeec389c11298ad1be163dd65c5ae79e06867ca (patch) | |
tree | 2e0e2ba68cbc25c003c6b55ef2a392666b90a8df /app/views | |
parent | 42dcb0d4cb119ecaac824fb1cace1fb011075b5e (diff) |
Add link to github project to footer, move FanOutOnWriteService calls to
DistributionWorker. That isn't the heaviest service, yet, but gotta start somewhere
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/layouts/public.html.haml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 2234df225..14c37e0dd 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -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" |