Rename routes to follow the same pattern

This commit is contained in:
kolaente 2020-06-17 22:24:37 +02:00
parent fc4b9d439b
commit 82ac226fc1
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
15 changed files with 89 additions and 89 deletions

View file

@ -49,7 +49,7 @@
</template>
<template v-if="shareType === 'team'">
<td>
<router-link :to="{name: 'editTeam', params: {id: s.id}}">
<router-link :to="{name: 'teams.edit', params: {id: s.id}}">
{{s.name}}
</router-link>
</td>