2016-02-22 15:00:20 +00:00
|
|
|
!!!
|
|
|
|
%html
|
|
|
|
%head
|
|
|
|
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
|
|
|
|
%title Mastodon
|
|
|
|
= stylesheet_link_tag 'application', media: 'all'
|
|
|
|
= javascript_include_tag 'application'
|
|
|
|
= csrf_meta_tags
|
|
|
|
%body
|
2016-02-26 19:48:20 +00:00
|
|
|
.container
|
|
|
|
= yield
|
2016-02-26 20:11:52 +00:00
|
|
|
.footer
|
2016-02-27 23:02:59 +00:00
|
|
|
Powered by
|
2016-02-26 20:11:52 +00:00
|
|
|
= link_to 'Mastodon', 'https://github.com/Gargron/mastodon', class: 'mastodon-link'
|