This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2016-10-06 12:27:58 -07:00
|
|
|
- content_for :header_tags do
|
|
|
|
= javascript_include_tag 'application_public'
|
|
|
|
|
2016-03-05 14:42:40 -08:00
|
|
|
- content_for :content do
|
2016-03-12 07:09:46 -08:00
|
|
|
.container= yield
|
2016-03-05 14:42:40 -08:00
|
|
|
.footer
|
2016-10-03 07:10:17 -07:00
|
|
|
%span.domain= link_to Rails.configuration.x.local_domain, root_path
|
2016-03-24 19:22:26 -07:00
|
|
|
%span.powered-by
|
2016-11-15 14:02:57 -08:00
|
|
|
= t('generic.powered_by', link: link_to('Mastodon', 'https://github.com/Gargron/mastodon')).html_safe
|
2016-03-05 14:42:40 -08:00
|
|
|
|
|
|
|
= render template: "layouts/application"
|