From 96968b2adcf81a30b3211a9159f479cd10e5b945 Mon Sep 17 00:00:00 2001 From: bilal Date: Fri, 12 Jun 2020 13:56:14 +0200 Subject: [PATCH] show guardian email when downloading appearance release contract --- app/views/contracts/_signature_page.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/contracts/_signature_page.html.erb b/app/views/contracts/_signature_page.html.erb index e39c8be..7c7ab68 100644 --- a/app/views/contracts/_signature_page.html.erb +++ b/app/views/contracts/_signature_page.html.erb @@ -56,6 +56,7 @@ <%= description_list_pair_for releasable, :guardian_name, append: ":" %> <%= description_list_pair_for releasable, :guardian_address, append: ":" %> <%= description_list_pair_for releasable, :guardian_phone, append: ":" %> + <%= description_list_pair_for releasable, :guardian_email, append: ":" %> <%= description_list_pair_for releasable, :signed_on, append: ":" %>