From f68f578579eae621520fa63b8f2f973750f0a781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Santoro?= Date: Sun, 15 Jan 2017 09:28:17 +0100 Subject: [PATCH] Update the call for participation in JS console (#624) Improved hello banner in developer mode. --- .../javascripts/app/controllers/widget/hello_banner.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/app/controllers/widget/hello_banner.coffee b/app/assets/javascripts/app/controllers/widget/hello_banner.coffee index 882b69936..966d81055 100644 --- a/app/assets/javascripts/app/controllers/widget/hello_banner.coffee +++ b/app/assets/javascripts/app/controllers/widget/hello_banner.coffee @@ -10,9 +10,9 @@ class Widget | | Hi there, nice to meet you! | -| Visit %chttp://zammad.com/jobs%c to learn about our current job openings. +| Visit %chttps://zammad.org/participate%c and let's make Zammad better. | -| Your Zammad Team! +| The Zammad Team. | """ console.log(banner, 'text-decoration: underline;', 'text-decoration: none;')