Index: Jenkins/tools.groovy
===================================================================
--- Jenkins/tools.groovy	(revision 733fd3d3d658902e1749ef4b1b321af4f3f33162)
+++ Jenkins/tools.groovy	(revision 9824500f3954b65628a307962cafa0bf1d47dc71)
@@ -83,14 +83,10 @@
 
 	return """
+<p>- Changes -------------------------------------------------------------</p>
+
 <pre>
 The branch ${env.BRANCH_NAME} has been updated.
 ${gitUpdate}
 </pre>
-
-<p>Check console output at ${env.BUILD_URL} to view the results.</p>
-
-<p>- Status --------------------------------------------------------------</p>
-
-<p>BUILD# ${env.BUILD_NUMBER} - ${currentBuild.result}</p>
 
 <p>- Log -----------------------------------------------------------------</p>
Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 733fd3d3d658902e1749ef4b1b321af4f3f33162)
+++ Jenkinsfile	(revision 9824500f3954b65628a307962cafa0bf1d47dc71)
@@ -234,7 +234,12 @@
 		def email_subject = "[${project_name} git][BUILD# ${env.BUILD_NUMBER} - ${currentBuild.result}] - branch ${env.BRANCH_NAME}"
 		def email_body = """<p>This is an automated email from the Jenkins build machine. It was
-	generated because of a git hooks/post-receive script following
-	a ref change which was pushed to the C\u2200 repository.</p>
-	""" + Tools.GitLogMessage()
+			generated because of a git hooks/post-receive script following
+			a ref change which was pushed to the C\u2200 repository.</p>
+
+			<p>- Status --------------------------------------------------------------</p>
+
+			<p>BUILD# ${env.BUILD_NUMBER} - ${currentBuild.result}</p>
+			<p>Check console output at ${env.BUILD_URL} to view the results.</p>
+			""" + Tools.GitLogMessage()
 
 		def email_to = !Settings.IsSandbox ? "cforall@lists.uwaterloo.ca" : "tdelisle@uwaterloo.ca"
