Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
knowledgebase-front
Manage
Activity
Members
Labels
Plan
Issues
19
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Applications
Knowledge Base
knowledgebase-front
Commits
24f60f33
Commit
24f60f33
authored
5 years ago
by
Benoit Alessandroni
Browse files
Options
Downloads
Patches
Plain Diff
Review the router and archi
parent
7412b002
No related branches found
Branches containing commit
No related tags found
1 merge request
!2
Feature/adding user account creation
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/includes/mentor/create.pug
+7
-0
7 additions, 0 deletions
src/includes/mentor/create.pug
src/includes/mentor/login.pug
+3
-0
3 additions, 0 deletions
src/includes/mentor/login.pug
src/index.pug
+14
-1
14 additions, 1 deletion
src/index.pug
with
24 additions
and
1 deletion
src/includes/mentor/create.pug
+
7
−
0
View file @
24f60f33
h2 Create a mentor account
details
summary All available fields:
sib-form(
data-src=`${endpoints.users}`
)
This diff is collapsed.
Click to expand it.
src/includes/mentor/login.pug
+
3
−
0
View file @
24f60f33
...
...
@@ -8,3 +8,6 @@ form(method='POST' action='/login')
label(for='password') Password
input.form-control(type='password' id='password' placeholder='password' name='password')
button.btn.btn-primary(type='submit') Log in
sib-link(next='mentor-new-account')
div Create an account
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/index.pug
+
14
−
1
View file @
24f60f33
doctype html
html
include includes/head.pug
sib-router(default-route='splash')
sib-route(name='splash')
sib-route(name='mentor-new-account')
sib-route(name='entrepreneur-new-account')
body
include includes/splash.pug
#splash(hidden).no-sidebar
include includes/splash.pug
#mentor-new-account(hidden).no-sidebar
include includes/mentor/create.pug
#entrepreneur-new-account(hidden).no-sidebar
include includes/entrepreneur/create.pug
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment