Skip to content

Commit

Permalink
Fixed bad copy pasta in user details page
Browse files Browse the repository at this point in the history
  • Loading branch information
jtilander committed Jul 5, 2018
1 parent e439f88 commit e2008bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/pages/user_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h1>{{user.fullname}}</h1>
<td>Manager</td>
<td><a href="#/users/{{user.manager}}">{{user.managername}}</a></td>
</tr>
<tr ng-if="report.reports.length > 0">
<tr ng-if="reports.length > 0">
<td>Total reports</td>
<td>{{user.totalreports}}</td>
</tr>
Expand Down

0 comments on commit e2008bd

Please sign in to comment.