Fix alert email urls (#595)

This commit is contained in:
natekfl 2021-11-19 10:35:46 -05:00 committed by GitHub
parent 903330b972
commit 575d007575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<table width="100%">
<tr>
<td width="30%"><strong>{{ L.Ts "globals.terms.campaign" }}</strong></td>
<td><a href="{{ RootURL }}/campaigns/{{ index . "ID" }}">{{ index . "Name" }}</a></td>
<td><a href="{{ RootURL }}/admin/campaigns/{{ index . "ID" }}">{{ index . "Name" }}</a></td>
</tr>
<tr>
<td width="30%"><strong>{{ L.Ts "email.status.status" }}</strong></td>

View file

@ -4,7 +4,7 @@
<table width="100%">
<tr>
<td width="30%"><strong>{{ L.Ts "email.status.importFile" }}</strong></td>
<td><a href="{{ RootURL }}/subscribers/import">{{ .Name }}</a></td>
<td><a href="{{ RootURL }}/admin/subscribers/import">{{ .Name }}</a></td>
</tr>
<tr>
<td width="30%"><strong>{{ L.Ts "email.status.status" }}</strong></td>