From e64c31b8af494b211ef82f5d3d84ebc56b54b98b Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 27 Apr 2015 00:20:47 +0200 Subject: [PATCH] Show session token in footer for debugging. Needs to be removed in production. --- app/views/layouts/_footer.slim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/layouts/_footer.slim b/app/views/layouts/_footer.slim index d7191fc..07d2e68 100644 --- a/app/views/layouts/_footer.slim +++ b/app/views/layouts/_footer.slim @@ -11,5 +11,7 @@ a href="mailto:email@christoph-haas.de" feedback? ' | Kindly hosted by a href="http://vexxhost.com/" VEXXHOST + // Only for debugging: + ' | Cookie is #{session[:token]} = render 'cookies_eu/cookies_eu', link: '/about#cookies'