diff options
Diffstat (limited to 'templates/email/default')
-rw-r--r-- | templates/email/default/other-updated.html | 2 | ||||
-rw-r--r-- | templates/email/default/other-updated.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/email/default/other-updated.html b/templates/email/default/other-updated.html index fbae37268..27eba9007 100644 --- a/templates/email/default/other-updated.html +++ b/templates/email/default/other-updated.html @@ -13,7 +13,7 @@ INCLUDE '_email_top.html'; <h1 style="[% h1_style %]">Your update has been logged</h1> <p style="[% p_style %]">Your update has been logged on [% site_name %]:</p> <p style="margin: 20px auto; text-align: center"> - <a style="[% button_style %]" href="[% cobrand.base_url_for_report(problem) %][% problem.url %]#update_[% update.id %]">View my update</a> + <a style="[% button_style %]" href="[% cobrand.base_url_for_report(problem) %][% update.url %]">View my update</a> </p> [% end_padded_box %] </th> diff --git a/templates/email/default/other-updated.txt b/templates/email/default/other-updated.txt index 4900f6c29..7e5631ef1 100644 --- a/templates/email/default/other-updated.txt +++ b/templates/email/default/other-updated.txt @@ -4,7 +4,7 @@ Hello [% update.name %], Your update has been logged on [% site_name %]: -[% cobrand.base_url_for_report(problem) %][% problem.url %]#update_[% update.id %] +[% cobrand.base_url_for_report(problem) %][% update.url %] Your update reads: |