Fix RootURL in campaign-status.html
This commit is contained in:
parent
c8826d060e
commit
a7f7016b4e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<table width="100%">
|
||||
<tr>
|
||||
<td width="30%"><strong>{{ L.Ts "global.terms.campaign" }}</strong></td>
|
||||
<td><a href="{{ index . "RootURL" }}/campaigns/{{ index . "ID" }}">{{ index . "Name" }}</a></td>
|
||||
<td><a href="{{ RootURL }}/campaigns/{{ index . "ID" }}">{{ index . "Name" }}</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%"><strong>{{ L.Ts "email.status.status" }}</strong></td>
|
||||
|
|
Loading…
Reference in a new issue