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 3ee7f27 commit f17a435Copy full SHA for f17a435
templates/user/dashboard/repolist.tmpl
@@ -2,7 +2,7 @@
2
const data = {
3
...window.config.pageData.dashboardRepoList, // it only contains searchLimit and uid
4
5
- isMirrorsEnabled: {{.IsMirrorsEnabled}},
+ isMirrorsEnabled: {{.MirrorsEnabled}},
6
isStarsEnabled: {{not .IsDisableStars}},
7
8
textRepository: {{.locale.Tr "repository"}},
0 commit comments