Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Orbit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Orbit
Commits
2bbe3134
Commit
2bbe3134
authored
5 years ago
by
Gaëlle Morin
Browse files
Options
Downloads
Patches
Plain Diff
sib-core 0.9
parent
93895d16
No related branches found
No related tags found
1 merge request
!71
Resolve "Missing edit circle"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/dependencies.pug
+4
-4
4 additions, 4 deletions
src/dependencies.pug
src/page-circle.pug
+23
-23
23 additions, 23 deletions
src/page-circle.pug
with
27 additions
and
27 deletions
src/dependencies.pug
+
4
−
4
View file @
2bbe3134
script(type="module" src="https://unpkg.com/@startinblox/oidc@0.
7
")
script(type="module" src="https://unpkg.com/@startinblox/oidc@0.
8
")
script(src="/scripts/index.js")
//- Stylesheets
...
...
@@ -15,10 +15,10 @@ link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:3
//- script(type="module" src="/lib/sib-job-board/sib-job-board.js")
//- CDN
script(type="module" src="https://unpkg.com/@startinblox/core@0.
8
")
script(type="module" src="https://unpkg.com/@startinblox/core@0.
9
")
script(type="module" src="https://unpkg.com/@startinblox/router@0.7")
script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.
3
")
script(type="module" src="https://unpkg.com/@startinblox/component-notifications@0.2")
script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.
4
")
//-
script(type="module" src="https://unpkg.com/@startinblox/component-notifications@0.2")
//- script(type="module" src="https://unpkg.com/@startinblox/component-conversation@0.3")
//- script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.3")
//- script(type="module" src="https://unpkg.com/@startinblox/component-job-board@0.3")
This diff is collapsed.
Click to expand it.
src/page-circle.pug
+
23
−
23
View file @
2bbe3134
.views-container
#circle-chat
include page-circle-chat.pug
//- #circle-profile
//- include page-circle-profile.pug
//- #circle-edit
//- include page-circle-edit.pug
//- #circle-create
//- include page-circle-create.pug
//- nav.jsRightMenu(role='navigation')
//- sib-router(default-route='circle-chat')
//- ul
//- li.jsOffsiteToggle
//- a Fold menu
//- sib-route(name='circle-chat')
//- li
//- a Chat
//- sib-route(name='circle-profile')
//- li
//- a Information
//- sib-route(name='circle-edit')
//- //- li
//- //- a Edit
//- sib-route(name='circle-create')
//- //- li
//- //- a Add new
\ No newline at end of file
#circle-profile
include page-circle-profile.pug
#circle-edit
include page-circle-edit.pug
//-#circle-create
include page-circle-create.pug
nav.jsRightMenu(role='navigation')
sib-router(default-route='circle-chat')
ul
li.jsOffsiteToggle
a Fold menu
sib-route(name='circle-chat')
li
a Chat
sib-route(name='circle-profile')
li
a Information
sib-route(name='circle-edit')
li
a Edit
//-sib-route(name='circle-create')
li
a Add new
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