From c07a144ac9ef36add00ed6ea97315f09c961a5f4 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Wed, 19 Apr 2017 00:19:48 +0200 Subject: [PATCH] View added for users who just logged in --- app/views/my/welcome.slim | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 app/views/my/welcome.slim diff --git a/app/views/my/welcome.slim b/app/views/my/welcome.slim new file mode 100644 index 0000000..42b0848 --- /dev/null +++ b/app/views/my/welcome.slim @@ -0,0 +1,14 @@ +.row + + h1 Welcome + + p + 'You are now logged in. We will associate all your future uploads of screenshots + 'with your account. So others can see what you contributed to this site. + + - if current_user.provider == 'debian-sso' + p + 'You have just logged in using your Debian SSO certificate which proves that + 'you are associated to the Debian project. So you are invited to upload any + 'screenshots. Your uploads will instantly be published and visible in applications + 'and web sites that use this service.