mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
communty button for tab navigation
This commit is contained in:
parent
734826a8b5
commit
41e532b26d
@ -1,15 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="my-community">
|
<div class="my-community">
|
||||||
<div class="d-flex">
|
<div class="d-flex">
|
||||||
<div>
|
<b-button block variant="gradido" class="rounded-right" to="#edit">Schreiben</b-button>
|
||||||
<b-button block variant="gradido" class="rounded-right" to="#edit">schreiben</b-button>
|
<b-button block variant="gradido" class="rounded-0" to="#my">Meine Beiträge</b-button>
|
||||||
</div>
|
<b-button block variant="gradido" class="rounded-left" to="#all">Community</b-button>
|
||||||
<div>
|
|
||||||
<b-button block variant="gradido" class="rounded-0" to="#my">Meine Beiträge</b-button>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<b-button block variant="gradido" class="rounded-left" to="#all">Community</b-button>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user