|
41 | 41 | <a class="table-cell tiny background light grey"></a>
|
42 | 42 | </div>
|
43 | 43 | {{end}}
|
44 |
| - {{.locale.TrN .Activity.ActivePRCount "repo.activity.active_prs_count_1" "repo.activity.active_prs_count_n" .Activity.ActivePRCount | Safe }} |
| 44 | + {{.locale.TrN .Activity.ActivePRCount "repo.activity.active_prs_count_1" "repo.activity.active_prs_count_n" .Activity.ActivePRCount | Safe}} |
45 | 45 | </div>
|
46 | 46 | {{end}}
|
47 | 47 | {{if .Permission.CanRead $.UnitTypeIssues}}
|
|
56 | 56 | <a class="table-cell tiny background light grey"></a>
|
57 | 57 | </div>
|
58 | 58 | {{end}}
|
59 |
| - {{.locale.TrN .Activity.ActiveIssueCount "repo.activity.active_issues_count_1" "repo.activity.active_issues_count_n" .Activity.ActiveIssueCount | Safe }} |
| 59 | + {{.locale.TrN .Activity.ActiveIssueCount "repo.activity.active_issues_count_1" "repo.activity.active_issues_count_n" .Activity.ActiveIssueCount | Safe}} |
60 | 60 | </div>
|
61 | 61 | {{end}}
|
62 | 62 | </div>
|
|
87 | 87 | {{if .Permission.CanRead $.UnitTypeCode}}
|
88 | 88 | {{if eq .Activity.Code.CommitCountInAllBranches 0}}
|
89 | 89 | <div class="ui center aligned segment">
|
90 |
| - <h4 class="ui header">{{.locale.Tr "repo.activity.no_git_activity" }}</h4> |
| 90 | + <h4 class="ui header">{{.locale.Tr "repo.activity.no_git_activity"}}</h4> |
91 | 91 | </div>
|
92 | 92 | {{end}}
|
93 | 93 | {{if gt .Activity.Code.CommitCountInAllBranches 0}}
|
94 | 94 | <div class="ui attached segment horizontal segments">
|
95 | 95 | <div class="ui attached segment text">
|
96 |
| - {{.locale.Tr "repo.activity.git_stats_exclude_merges" }} |
| 96 | + {{.locale.Tr "repo.activity.git_stats_exclude_merges"}} |
97 | 97 | <strong>{{.locale.TrN .Activity.Code.AuthorCount "repo.activity.git_stats_author_1" "repo.activity.git_stats_author_n" .Activity.Code.AuthorCount}}</strong>
|
98 | 98 | {{.locale.TrN .Activity.Code.AuthorCount "repo.activity.git_stats_pushed_1" "repo.activity.git_stats_pushed_n"}}
|
99 | 99 | <strong>{{.locale.TrN .Activity.Code.CommitCount "repo.activity.git_stats_commit_1" "repo.activity.git_stats_commit_n" .Activity.Code.CommitCount}}</strong>
|
100 |
| - {{.locale.Tr "repo.activity.git_stats_push_to_branch" .Repository.DefaultBranch }} |
| 100 | + {{.locale.Tr "repo.activity.git_stats_push_to_branch" .Repository.DefaultBranch}} |
101 | 101 | <strong>{{.locale.TrN .Activity.Code.CommitCountInAllBranches "repo.activity.git_stats_commit_1" "repo.activity.git_stats_commit_n" .Activity.Code.CommitCountInAllBranches}}</strong>
|
102 |
| - {{.locale.Tr "repo.activity.git_stats_push_to_all_branches" }} |
103 |
| - {{.locale.Tr "repo.activity.git_stats_on_default_branch" .Repository.DefaultBranch }} |
| 102 | + {{.locale.Tr "repo.activity.git_stats_push_to_all_branches"}} |
| 103 | + {{.locale.Tr "repo.activity.git_stats_on_default_branch" .Repository.DefaultBranch}} |
104 | 104 | <strong>{{.locale.TrN .Activity.Code.ChangedFiles "repo.activity.git_stats_file_1" "repo.activity.git_stats_file_n" .Activity.Code.ChangedFiles}}</strong>
|
105 | 105 | {{.locale.TrN .Activity.Code.ChangedFiles "repo.activity.git_stats_files_changed_1" "repo.activity.git_stats_files_changed_n"}}
|
106 |
| - {{.locale.Tr "repo.activity.git_stats_additions" }} |
| 106 | + {{.locale.Tr "repo.activity.git_stats_additions"}} |
107 | 107 | <strong class="text green">{{.locale.TrN .Activity.Code.Additions "repo.activity.git_stats_addition_1" "repo.activity.git_stats_addition_n" .Activity.Code.Additions}}</strong>
|
108 |
| - {{.locale.Tr "repo.activity.git_stats_and_deletions" }} |
| 108 | + {{.locale.Tr "repo.activity.git_stats_and_deletions"}} |
109 | 109 | <strong class="text red">{{.locale.TrN .Activity.Code.Deletions "repo.activity.git_stats_deletion_1" "repo.activity.git_stats_deletion_n" .Activity.Code.Deletions}}</strong>.
|
110 | 110 | </div>
|
111 | 111 | <div class="ui attached segment">
|
|
0 commit comments