Skip to content

Commit b6b4881

Browse files
committed
fmt
1 parent ba4e738 commit b6b4881

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

templates/repo/contributors.tmpl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{{if .Permission.CanRead $.UnitTypeCode}}
22
<div id="repo-contributors-chart"
3-
data-locale-filter-label="{{.locale.Tr "repo.contributors.contribution_type.filter_label" }}"
4-
data-locale-contribution-type-commits="{{.locale.Tr "repo.contributors.contribution_type.commits" }}"
5-
data-locale-contribution-type-additions="{{.locale.Tr "repo.contributors.contribution_type.additions" }}"
6-
data-locale-contribution-type-deletions="{{.locale.Tr "repo.contributors.contribution_type.deletions" }}"
7-
data-locale-loading-title="{{.locale.Tr "repo.contributors.loading_title" }}"
8-
data-locale-loading-title-failed="{{.locale.Tr "repo.contributors.loading_title_failed" }}"
9-
data-locale-loading-info="{{.locale.Tr "repo.contributors.loading_info" }}"
10-
data-locale-component-failed-to-load="{{.locale.Tr "repo.contributors.component_failed_to_load" }}"
3+
data-locale-filter-label="{{.locale.Tr "repo.contributors.contribution_type.filter_label"}}"
4+
data-locale-contribution-type-commits="{{.locale.Tr "repo.contributors.contribution_type.commits"}}"
5+
data-locale-contribution-type-additions="{{.locale.Tr "repo.contributors.contribution_type.additions"}}"
6+
data-locale-contribution-type-deletions="{{.locale.Tr "repo.contributors.contribution_type.deletions"}}"
7+
data-locale-loading-title="{{.locale.Tr "repo.contributors.loading_title"}}"
8+
data-locale-loading-title-failed="{{.locale.Tr "repo.contributors.loading_title_failed"}}"
9+
data-locale-loading-info="{{.locale.Tr "repo.contributors.loading_info"}}"
10+
data-locale-component-failed-to-load="{{.locale.Tr "repo.contributors.component_failed_to_load"}}"
1111
>
1212
</div>
1313
{{end}}

0 commit comments

Comments
 (0)