Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
self-reg-form
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
self-reg-form
Merge requests
!38
Wip landing page
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Wip landing page
krish94/self-reg-form:wip-landing-page
into
master
Overview
0
Commits
2
Pipelines
1
Changes
2
Closed
Krish Moodbidri
requested to merge
krish94/self-reg-form:wip-landing-page
into
master
2 years ago
Overview
0
Commits
2
Pipelines
1
Changes
1
Expand
Added a landing page to facilitate this workflow
Certification flow
Certification Landing page - > proceed to certification
Self Re-certification page (in place)
User in good standing page to proceed to dashboard (when user in good standing )
Edited
2 years ago
by
Krish Moodbidri
👍
0
👎
0
Merge request reports
Viewing commit
83bc9d03
Prev
Next
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
83bc9d03
added logic to display landing page
· 83bc9d03
Krish Moodbidri
authored
2 years ago
app/templates/account/certify.html
+
2
−
1
Options
@@ -22,7 +22,8 @@
socket
.
on
(
'
certified
'
,
function
(
msg
)
{
$
(
'
#myModal2
'
).
modal
(
'
hide
'
);
window
.
location
.
replace
(
'
{{ referrer }}
'
);
//window.location.replace('{{ referrer }}');
window
.
location
.
replace
(
'
account/landing.html
'
,
room_id
=
session
[
'
uid
'
]);
});
socket
.
on
(
'
certify error
'
,
function
(
msg
)
{
Loading