Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
subugoe
ahiqar
Website
Commits
b3216e24
Commit
b3216e24
authored
3 years ago
by
Nils Windisch
Browse files
Options
Downloads
Patches
Plain Diff
refactor: minor formatting
parent
e921ec90
No related branches found
No related tags found
No related merge requests found
Pipeline
#204032
passed with warnings
3 years ago
Stage: build
Stage: pages
Stage: preserve-pages
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/.vuepress/components/Bar.vue
+77
-77
77 additions, 77 deletions
src/.vuepress/components/Bar.vue
with
77 additions
and
77 deletions
src/.vuepress/components/Bar.vue
+
77
−
77
View file @
b3216e24
...
@@ -4,83 +4,83 @@
...
@@ -4,83 +4,83 @@
flat
flat
color=
"primary"
color=
"primary"
>
>
<v-container>
<v-container>
<v-col>
<v-col>
<v-row
class=
"align-center"
>
<v-row
class=
"align-center"
>
<v-btn
<v-btn
depressed
depressed
color=
"primary"
color=
"primary"
to=
"/"
to=
"/"
class=
"mr-1"
class=
"mr-1"
>
Ahiqar
</v-btn>
>
Ahiqar
</v-btn>
<v-menu
offset-y
>
<v-menu
offset-y
>
<template
v-slot:activator=
"
{ on, attrs }">
<template
v-slot:activator=
"
{ on, attrs }">
<v-btn
<v-btn
color=
"primary"
color=
"primary"
dark
dark
depressed
depressed
v-bind=
"attrs"
v-bind=
"attrs"
v-on=
"on"
v-on=
"on"
class=
"mr-1"
class=
"mr-1"
>
>
Meta Edition
Meta Edition
</v-btn>
</v-btn>
</
template
>
</
template
>
<v-list>
<v-list>
<v-list-item
<v-list-item
v-for=
"(item, index) in metaEdition"
v-for=
"(item, index) in metaEdition"
:key=
"index"
:key=
"index"
:to=
"item.to"
:to=
"item.to"
>
>
<v-list-item-title>
{{ item.title }}
</v-list-item-title>
<v-list-item-title>
{{ item.title }}
</v-list-item-title>
</v-list-item>
</v-list-item>
</v-list>
</v-list>
</v-menu>
</v-menu>
<v-menu
offset-y
>
<v-menu
offset-y
>
<
template
v-slot:activator=
"{ on, attrs }"
>
<
template
v-slot:activator=
"{ on, attrs }"
>
<v-btn
<v-btn
color=
"primary"
color=
"primary"
dark
dark
depressed
depressed
v-bind=
"attrs"
v-bind=
"attrs"
v-on=
"on"
v-on=
"on"
class=
"mr-1"
class=
"mr-1"
>
>
Editions
Editions
</v-btn>
</v-btn>
</
template
>
</
template
>
<v-list>
<v-list>
<v-list-item
<v-list-item
v-for=
"(item, index) in editions"
v-for=
"(item, index) in editions"
:key=
"index"
:key=
"index"
:to=
"item.to"
:to=
"item.to"
>
>
<v-list-item-title>
{{ item.title }}
</v-list-item-title>
<v-list-item-title>
{{ item.title }}
</v-list-item-title>
</v-list-item>
</v-list-item>
</v-list>
</v-list>
</v-menu>
</v-menu>
<v-btn
<v-btn
depressed
depressed
color=
"primary"
color=
"primary"
to=
"/project.html"
to=
"/project.html"
>
Project
</v-btn>
>
Project
</v-btn>
<v-spacer></v-spacer>
<v-spacer></v-spacer>
<v-text-field
<v-text-field
label=
"Search"
label=
"Search"
dense
dense
single-line
single-line
background-color=
"white"
background-color=
"white"
rounded
rounded
hide-details
hide-details
width=
"200px"
width=
"200px"
class=
"pr-2"
class=
"pr-2"
></v-text-field>
></v-text-field>
<v-btn
<v-btn
depressed
depressed
color=
"primary"
color=
"primary"
>
Search
</v-btn>
>
Search
</v-btn>
</v-row>
</v-row>
</v-col>
</v-col>
</v-container>
</v-container>
</v-app-bar>
</v-app-bar>
</template>
</template>
...
...
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