diff --git a/src/mail.rs b/src/mail.rs index 04a15b7..039698c 100644 --- a/src/mail.rs +++ b/src/mail.rs @@ -16,7 +16,8 @@ pub fn send_notification( ) -> Result<()> { let mut body = format!( "This is your friendly neighbourhood pr-tracker.\n\ - PR Number {pr_number} titled: \"{pr_title}\" has reached:\n\ + PR #{pr_number}\ + (\"{pr_title}\") has reached:\n\ {:#?}\n", branches ); diff --git a/templates/page.html b/templates/page.html index 6a09f46..feab091 100644 --- a/templates/page.html +++ b/templates/page.html @@ -170,7 +170,7 @@