Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…e_management

# Conflicts:
#	src/main/resources/static/js/employeeDetailsSummary.js
  • Loading branch information
Mahidhar C Mullapudi committed Sep 7, 2018
1 parent d6fc1c8 commit 8df08e9
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 8df08e9

Please sign in to comment.