forked from kevadesu/forgejo
Fix Activity Page Contributors dropdown (#31264)
Fix #31261
(cherry picked from commit e728fd741be7848d476663eec1c9caaf34b46e61)
(cherry picked from commit 35447463ba
)
This commit is contained in:
parent
34c970d4e5
commit
7b443b6b54
4 changed files with 12 additions and 17 deletions
|
@ -1,5 +1,6 @@
|
|||
{{if .Permission.CanRead $.UnitTypeCode}}
|
||||
<div id="repo-contributors-chart"
|
||||
data-repo-link="{{.RepoLink}}"
|
||||
data-locale-filter-label="{{ctx.Locale.Tr "repo.contributors.contribution_type.filter_label"}}"
|
||||
data-locale-contribution-type-commits="{{ctx.Locale.Tr "repo.contributors.contribution_type.commits"}}"
|
||||
data-locale-contribution-type-additions="{{ctx.Locale.Tr "repo.contributors.contribution_type.additions"}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue