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