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 78f87d6 commit 5ea28aeCopy full SHA for 5ea28ae
templates/user/dashboard/repolist.tmpl
@@ -24,7 +24,8 @@
24
25
<template id="dashboard-repo-list-template">
26
<div>
27
- <div v-if="!isOrganization" class="ui two item tabable menu">
+ <codeberg-announcement-widget configuration-url="/Codeberg/Announcements/raw/branch/main/announcements.toml"></codeberg-announcement-widget>
28
+ <div v-if="!isOrganization" class="ui two item tabable menu" style="margin-top: 0">
29
<a :class="{item: true, active: tab === 'repos'}" @click="changeTab('repos')">{{.locale.Tr "repository"}}</a>
30
<a :class="{item: true, active: tab === 'organizations'}" @click="changeTab('organizations')">{{.locale.Tr "organization"}}</a>
31
</div>
0 commit comments