File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
buildSrc/src/main/resources/email Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,45 +38,45 @@ Here are the detailed results:
3838<#list project['fineract.vote' ].approve.binding>
3939Binding +1s:
4040 <#items as item >
41- - ${item.name} ( ${item.email} )
41+ - ${item.name}
4242 </#items >
4343</#list >
4444
4545
4646<#list project['fineract.vote' ].approve.nonBinding>
4747Non binding +1s:
4848 <#items as item >
49- - ${item.name} ( ${item.email} )
49+ - ${item.name}
5050 </#items >
5151</#list >
5252
5353
5454<#list project['fineract.vote' ].disapprove.binding>
5555Binding -1s:
5656 <#items as item >
57- - ${item.name} ( ${item.email} )
57+ - ${item.name}
5858 </#items >
5959</#list >
6060
6161<#list project['fineract.vote' ].disapprove.nonBinding>
6262Non binding -1s:
6363 <#items as item >
64- - ${item.name} ( ${item.email} )
64+ - ${item.name}
6565 </#items >
6666</#list >
6767
6868
6969<#list project['fineract.vote' ].noOpinion.binding>
7070Binding +0s:
7171 <#items as item >
72- - ${item.name} ( ${item.email} )
72+ - ${item.name}
7373 </#items >
7474</#list >
7575
7676<#list project['fineract.vote' ].noOpinion.nonBinding>
7777Non binding +0s:
7878 <#items as item >
79- - ${item.name} ( ${item.email} )
79+ - ${item.name}
8080 </#items >
8181</#list >
8282
You can’t perform that action at this time.
0 commit comments