Commit d2d978c5 authored by AravindR-K's avatar AravindR-K

refactor : changes done in hr page affected admin page, so reverted it

parent b0d0c7a0
......@@ -23,7 +23,7 @@
} @else {
<div class="users-grid">
@for (user of users(); track user._id) {
<a [routerLink]="['/admin/user-history/', user._id, 'history']" class="user-card">
<a [routerLink]="['/admin/users', user._id, 'history']" class="user-card">
<div class="user-card-avatar">{{ user.name?.charAt(0) || '?' }}</div>
<div class="user-card-info">
<div class="name-row">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment