Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
monnaie-libre-fr
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
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
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
Léo El Amri
monnaie-libre-fr
Commits
cd6e5a5a
Commit
cd6e5a5a
authored
3 years ago
by
Emmanuel Salomon
Browse files
Options
Downloads
Plain Diff
Merge commit '
d3cc9c61
'
parents
c0bf8b66
d3cc9c61
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
components/app/AppBreadcrumb.vue
+1
-1
1 addition, 1 deletion
components/app/AppBreadcrumb.vue
components/page/PageContainer.vue
+4
-2
4 additions, 2 deletions
components/page/PageContainer.vue
with
5 additions
and
3 deletions
components/app/AppBreadcrumb.vue
+
1
−
1
View file @
cd6e5a5a
...
...
@@ -3,7 +3,7 @@
<ol
class=
"list-none p-0 inline-flex"
>
<a
v-if=
"back"
class=
"group py-2"
class=
"group py-2
whitespace-nowrap flex items-center
"
href=
"#"
:class=
"items.length && 'pr-4 border-r mr-4'"
@
click=
"$router.back()"
...
...
This diff is collapsed.
Click to expand it.
components/page/PageContainer.vue
+
4
−
2
View file @
cd6e5a5a
...
...
@@ -4,10 +4,12 @@
<PageHeader
:document=
"document"
/>
</slot>
<div
class=
"
flex
justify-between"
>
<div
class=
"
block
justify-between
lg:flex
"
>
<nuxt-content
:document=
"document"
class=
"w-full prose dark:prose-dark"
/>
<div
class=
"sticky h-full top-12 w-1/4 ml-12"
>
<div
class=
"sticky h-full top-12 lg:w-1/4 lg:ml-12 mt-8 lg:mt-0 border-t pt-8 lg:pt-0 lg:border-none"
>
<PageToc
v-if=
"toc"
:document=
"document"
class=
"mb-8"
/>
<slot
name=
"sidebar"
/>
</div>
...
...
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