diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-02-26 21:11:52 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-02-26 21:11:52 +0100 |
commit | fa29ef3a41816ee915c52707bcd9db6cc9cdf7d6 (patch) | |
tree | 0a7353bb679e8885269077b6a8ef14847c2e966f /app/views/layouts | |
parent | 24646d57690ad36cf4caecab2eec5774bca7f699 (diff) |
Improving design
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/application.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index c46fb0b33..e8a9329c3 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -9,3 +9,5 @@ %body .container = yield + .footer + = link_to 'Mastodon', 'https://github.com/Gargron/mastodon', class: 'mastodon-link' |