We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987cc44 commit a6d98e9Copy full SHA for a6d98e9
templates/user/dashboard/repolist.tmpl
@@ -21,7 +21,7 @@
21
v-cloak
22
>
23
<div>
24
- <codeberg-announcement-widget configuration-url="https://raw.codeberg.page/Codeberg/Announcements/announcements.toml"></codeberg-announcement-widget>
+ <codeberg-announcement-widget configuration-url="/Codeberg/Announcements/raw/branch/main/announcements.toml"></codeberg-announcement-widget>
25
<div v-if="!isOrganization" class="ui two item tabable menu" style="margin-top: 0">
26
<a :class="{item: true, active: tab === 'repos'}" @click="changeTab('repos')">{{.i18n.Tr "repository"}}</a>
27
<a :class="{item: true, active: tab === 'organizations'}" @click="changeTab('organizations')">{{.i18n.Tr "organization"}}</a>
0 commit comments