Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions template/en/default/email/reminder.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<body bgcolor="#ffffff">
<h3>[[% terms.BugzillaTitle %]] [% terms.Bug %] Reminder</h3>
<p>
This email is a reminder you set on
This email is a reminder you set on
<b>[% reminder.creation_ts FILTER time('%Y-%m-%d') FILTER html %]</b>
with the following note:
</p>
Expand All @@ -27,15 +27,14 @@
The reminder was about the following [% terms.bug %]:
</p>
<p>
[%+ terms.Bug +%] [%+ reminder.bug.id FILTER html %]
Summary:
[% IF reminder.bug.groups_in.size %]
(secure bug)
[% ELSE %]
[% reminder.bug.short_desc FILTER html %]
[% END %]
<br>
[%+ urlbase FILTER none %]show_bug.cgi?id=[% reminder.bug.id FILTER uri %]
<a href="[% urlbase FILTER none %]show_bug.cgi?id=[% reminder.bug.id FILTER uri %]">
[% terms.Bug +%] [%+ reminder.bug.id FILTER html %]
[% IF reminder.bug.groups_in.size %]
(secure bug)
[% ELSE %]
- [%+ reminder.bug.short_desc FILTER html %]
[% END %]
</a>
</p>
<p>
Thank you for using [%terms.Bug %] Reminders!<br>
Expand Down
2 changes: 1 addition & 1 deletion template/en/default/email/reminder.txt.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This email is a reminder you set on [% reminder.creation_ts FILTER time('%Y-%m-%

The reminder was about the following [% terms.bug %]:

[%+ terms.Bug +%] [%+ reminder.bug.id %] Summary: [% IF reminder.bug.groups_in.size %](secure bug)[% ELSE %][% reminder.bug.short_desc FILTER html %][% END %]
[%+ terms.Bug +%] [%+ reminder.bug.id %] [% IF reminder.bug.groups_in.size %](secure bug)[% ELSE %]- [%+ reminder.bug.short_desc FILTER html %][% END %]
[%+ urlbase %]show_bug.cgi?id=[% reminder.bug.id %]

Thank you for using [%terms.Bug %] Reminders!
Expand Down
Loading