mastodon/app/views/layouts/public.html.haml

11 lines
284 B
Plaintext
Raw Normal View History

- content_for :content do
.container= yield
.footer
2016-10-03 16:10:17 +02:00
%span.domain= link_to Rails.configuration.x.local_domain, root_path
%span.powered-by
\//
powered by
= link_to 'Mastodon', 'https://github.com/Gargron/mastodon'
= render template: "layouts/application"