1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 15:49:42 +02:00

Reorganize Group/User Page Routes (#1084)

* Consolidate group routes

* Update doc migration link
This commit is contained in:
Miroito 2022-03-23 04:54:16 +01:00 committed by GitHub
parent 20822ee808
commit e743d2c66b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 23 additions and 23 deletions

View file

@ -308,7 +308,7 @@
</v-container>
<v-container v-if="$auth.user.advanced" class="narrow-container d-flex justify-end">
<v-btn outlined rounded to="/user/group/data/migrations"> Looking For Migrations? </v-btn>
<v-btn outlined rounded to="/group/data/migrations"> Looking For Migrations? </v-btn>
</v-container>
</div>
</template>