From 3554d638b31aa5ace2aa524db0165932c15d9a71 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 6 Oct 2016 21:27:58 +0200 Subject: Fix #72 - add follow/unfollow button to public profiles --- app/views/layouts/public.html.haml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/views/layouts') diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 056393bba..0e56bef1f 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -1,3 +1,6 @@ +- content_for :header_tags do + = javascript_include_tag 'application_public' + - content_for :content do .container= yield .footer -- cgit