diff --git a/src/goapp/templates/myapprovals.html b/src/goapp/templates/myapprovals.html
index 0522d96..a77a2e7 100644
--- a/src/goapp/templates/myapprovals.html
+++ b/src/goapp/templates/myapprovals.html
@@ -7,7 +7,7 @@
@@ -56,7 +56,7 @@
Rejected Requests
this.activeTab = this.tabs[tab];
},
exportMyApprovals(username, exportUrls){
- window.location.href = exportUrls[0].replace('{username}', username);
+ window.open(exportUrls[0].replace('{username}', username), '_blank')
}
}
}