# HG changeset patch # User Sascha L. Teichmann # Date 1545384315 -3600 # Node ID 6dfad1ad59c86561ef1e9242afb289cdb1c2ae75 # Parent 34315277f2d630d4c5a0c46feba848db1ca27130 Import queue: In email notifications generate links to /#/?review= when the state is "pending" and /#/?importlog= otherwise. diff -r 34315277f2d6 -r 6dfad1ad59c8 pkg/imports/queue.go --- a/pkg/imports/queue.go Fri Dec 21 08:29:40 2018 +0100 +++ b/pkg/imports/queue.go Fri Dec 21 10:25:15 2018 +0100 @@ -550,7 +550,7 @@ Please follow this link to have a closer look at the details: -{{ .Server }}/#/?review={{ .ID }} +{{ .Server }}/#/?{{ if eq .State "pending" }}review{{ else }}importlog{{ end }}={{ .ID }} Best regards Your service team`))