Skip to content

Commit

Permalink
Major Commit: Updated the link to navigate the user to the Employee D…
Browse files Browse the repository at this point in the history
…etails page.
  • Loading branch information
Mahidhar C Mullapudi committed Sep 7, 2018
1 parent 49fb056 commit 14a276e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/static/js/employeeDetailsSummary.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function fetchEmpDetails() {
{
data: 'employeeId',
mRender: function (data, type, row) {
var link = '<a class="btn-link" href="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/employeeManagement/employeeDetails?empId="' + data + '>View</a>';
var link = "<a href=\"/employeeManagement/employeeDetails?empId=" + data + "\" target=\"_blank\" class=\"btn btn-link\">View</a>";
return link;
}
}
Expand Down

0 comments on commit 14a276e

Please sign in to comment.