Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wotwizard-ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Emmanuel Salomon
wotwizard-ui
Commits
d03e344f
Commit
d03e344f
authored
3 years ago
by
Pierre-Jean CHANCELLIER
Browse files
Options
Downloads
Patches
Plain Diff
v0.06 tag
parent
e872b6c4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
components/navigation/menu/Group.vue
+2
-2
2 additions, 2 deletions
components/navigation/menu/Group.vue
components/navigation/menu/Sidebar.vue
+1
-1
1 addition, 1 deletion
components/navigation/menu/Sidebar.vue
with
3 additions
and
3 deletions
components/navigation/menu/Group.vue
+
2
−
2
View file @
d03e344f
<
template
>
<div
class=
"mb-4"
>
<h2
class=
"small text-muted text-uppercase ml-4 mb-
2
pb-
3
border-bottom"
>
<h2
class=
"small text-muted text-uppercase ml-4 mb-
0
pb-
2
border-bottom"
>
{{
$t
(
menu
.
title
)
}}
</h2>
<div
class=
"nav navbar-nav list-group list-group-flush"
>
...
...
@@ -10,7 +10,7 @@
v-for=
"item in menu.items"
:key=
"item.path"
@
click.native=
"toggleMenu()"
>
<div
class=
"position-relative py-
3
"
>
{{
$t
(
item
.
title
)
}}
</div>
<div
class=
"position-relative py-
2
"
>
{{
$t
(
item
.
title
)
}}
</div>
</NuxtLink>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
components/navigation/menu/Sidebar.vue
+
1
−
1
View file @
d03e344f
...
...
@@ -10,7 +10,7 @@
</nuxt-link>
<div
class=
"d-flex text-info justify-content-between align-items-baseline mt-3 mx-2"
>
<div
class=
""
>
v0.0
5
</div>
<div
class=
""
>
v0.0
6
</div>
<div
class=
"small"
v-if=
"countMax"
>
{{
$t
(
"
bloc.title
"
)
}}
n°
<span
class=
"font-weight-bold"
>
{{
countMax
.
number
...
...
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