Add missing mail template examples to site init
Add a few mail templates that were not being extracted during the site init. Also add missing mail template documentation. Change-Id: I66773ad1ca74d834b29bd6a7f3ee190633e30dc1
This commit is contained in:

committed by
Edwin Kempin

parent
f9b41a4c62
commit
8f4e01f90e
@@ -92,8 +92,11 @@ public class SitePathInitializer {
|
||||
extractMailExample("Merged.vm");
|
||||
extractMailExample("MergeFail.vm");
|
||||
extractMailExample("NewChange.vm");
|
||||
extractMailExample("RebasedPatchSet.vm");
|
||||
extractMailExample("RegisterNewEmail.vm");
|
||||
extractMailExample("ReplacePatchSet.vm");
|
||||
extractMailExample("Restored.vm");
|
||||
extractMailExample("Reverted.vm");
|
||||
|
||||
if (!ui.isBatch()) {
|
||||
System.err.println();
|
||||
|
Reference in New Issue
Block a user