mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-11-02 19:49:28 +00:00
Fix tabs URLs to be language agnostic (#995)
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user