2016-10-06 19:27:58 +00:00
|
|
|
- content_for :header_tags do
|
|
|
|
= javascript_include_tag 'application_public'
|
|
|
|
|
2016-03-05 22:42:40 +00:00
|
|
|
- content_for :content do
|
2016-03-12 15:09:46 +00:00
|
|
|
.container= yield
|
2016-03-05 22:42:40 +00:00
|
|
|
.footer
|
2016-10-03 14:10:17 +00:00
|
|
|
%span.domain= link_to Rails.configuration.x.local_domain, root_path
|
2016-03-25 02:22:26 +00:00
|
|
|
%span.powered-by
|
2017-01-11 02:24:14 +00:00
|
|
|
= t('generic.powered_by', link: link_to('Mastodon', 'https://github.com/tootsuite/mastodon')).html_safe
|
2016-03-05 22:42:40 +00:00
|
|
|
|
|
|
|
= render template: "layouts/application"
|