Use a template to set the footer on ChangeEmails.

Add an admin editable ChangeFooter.vm template used to
format the footer in ChangeEmails.

Change-Id: I8f6f80b7a3e1fdb39ee1ea20aa84738286bce826
This commit is contained in:
Martin Fick
2010-07-21 11:46:21 -06:00
parent 7305be4faf
commit 82bd12c409
5 changed files with 60 additions and 36 deletions

View File

@@ -85,6 +85,7 @@ public class SitePathInitializer {
extract(site.gerrit_sh, Init.class, "gerrit.sh");
chmod(0755, site.gerrit_sh);
extractMailExample("ChangeFooter.vm");
extractMailExample("ChangeSubject.vm");
extractMailExample("Merged.vm");