Skip to content

Commit 497c901

Browse files
committed
undo template change
1 parent ecfbd12 commit 497c901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/base/head.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@
7878
MaxTimeout: {{NotificationSettings.MaxTimeout}},
7979
EventSourceUpdateTime: {{NotificationSettings.EventSourceUpdateTime}},
8080
},
81-
{{if .RequireTribute}}
81+
{{if .RequireTribute}}
8282
tributeValues: [
8383
{{ range .Assignees }}
8484
{key: '{{.Name}} {{.FullName}}', value: '{{.Name}}',
8585
name: '{{.Name}}', fullname: '{{.FullName}}', avatar: '{{.RelAvatarLink}}'},
8686
{{ end }}
8787
],
88-
{{end}}
88+
{{end}}
8989
};
9090
</script>
9191
<link rel="shortcut icon" href="{{StaticUrlPrefix}}/img/favicon.png">

0 commit comments

Comments
 (0)