Fix tabs URLs to be language agnostic (#995)

This commit is contained in:
Lauris BH
2022-06-20 20:47:33 +03:00
committed by GitHub
parent 14e1520bf9
commit 415dfb9c46
2 changed files with 7 additions and 7 deletions

View File

@@ -23,8 +23,8 @@
</div>
<Tabs v-model="activeTab" disable-hash-mode class="mb-4">
<Tab :title="$t('repo.activity')" />
<Tab :title="$t('repo.branches')" />
<Tab id="activity" :title="$t('repo.activity')" />
<Tab id="branches" :title="$t('repo.branches')" />
</Tabs>
<router-view />