From ab80ebdeecf9410c5b43dde333b2e036e1198e24 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 5 Mar 2016 23:42:40 +0100 Subject: Adjusting design of profile and entry pages, linkify mentions in statuses --- app/views/layouts/public.html.haml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/views/layouts/public.html.haml (limited to 'app/views/layouts') diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml new file mode 100644 index 000000000..eb3c54f9d --- /dev/null +++ b/app/views/layouts/public.html.haml @@ -0,0 +1,6 @@ +- content_for :content do + = yield + .footer + .domain= Rails.configuration.x.local_domain + += render template: "layouts/application" -- cgit