|
|
|
@ -17,7 +17,7 @@ If you introduce mistakes in it, Gitea JavaScript code wouldn't run correctly.
|
|
|
|
notificationSettings: {{NotificationSettings}}, {{/*a map provided by NewFuncMap in helper.go*/}}
|
|
|
|
notificationSettings: {{NotificationSettings}}, {{/*a map provided by NewFuncMap in helper.go*/}}
|
|
|
|
enableTimeTracking: {{EnableTimetracking}},
|
|
|
|
enableTimeTracking: {{EnableTimetracking}},
|
|
|
|
{{if or .Participants .Assignees .MentionableTeams}}
|
|
|
|
{{if or .Participants .Assignees .MentionableTeams}}
|
|
|
|
tributeValues: Array.from(new Map([
|
|
|
|
mentionValues: Array.from(new Map([
|
|
|
|
{{- range .Participants -}}
|
|
|
|
{{- range .Participants -}}
|
|
|
|
['{{.Name}}', {key: '{{.Name}} {{.FullName}}', value: '{{.Name}}', name: '{{.Name}}', fullname: '{{.FullName}}', avatar: '{{.AvatarLink $.Context}}'}],
|
|
|
|
['{{.Name}}', {key: '{{.Name}} {{.FullName}}', value: '{{.Name}}', name: '{{.Name}}', fullname: '{{.FullName}}', avatar: '{{.AvatarLink $.Context}}'}],
|
|
|
|
{{- end -}}
|
|
|
|
{{- end -}}
|
|
|
|
|