From d0be98e89c7ea86bca83505cc768f7a657074d9d Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Thu, 13 Sep 2018 15:42:25 +0100 Subject: [PATCH] Move the account-merge-finish page to the integration module --- .../web/app/views/account_merge/finish.pug | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 services/web/app/views/account_merge/finish.pug diff --git a/services/web/app/views/account_merge/finish.pug b/services/web/app/views/account_merge/finish.pug deleted file mode 100644 index db5982f467..0000000000 --- a/services/web/app/views/account_merge/finish.pug +++ /dev/null @@ -1,28 +0,0 @@ -extends ../layout - -block content - .content.content-alt - .container - .row - .col-md-8.col-md-offset-2.col-lg-6.col-lg-offset-3 - .card - .page-header - h1 Account Merge Complete - - div.container-fluid - .row - .col-md-12 - p - | Your ShareLaTeX and Overleaf v1 accounts are now linked, and you are ready to - | get started with Overleaf v2. - | From now on, you will log in with your credentials from Overleaf v1 (#[em #{finalEmail}]) - - p - | Click the button below to resume the process of logging in to Overleaf v2 - | with your merged account: - - p.text-center - a.btn.btn-lg.btn-success(href=settings.accountMerge.sharelatexHost+'/user/login_to_ol_v2') - | Continue Logging In - br - a.btn-small(href="/login") or go to the login page