Skip to content
Snippets Groups Projects
Commit b3216e24 authored by Nils Windisch's avatar Nils Windisch :coffee:
Browse files

refactor: minor formatting

parent e921ec90
No related branches found
No related tags found
No related merge requests found
Pipeline #204032 passed with warnings
...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment