Skip to content

Commit

Permalink
Update dashboard.html to fix column header label for CV Views
Browse files Browse the repository at this point in the history
  • Loading branch information
QA2A committed Aug 15, 2024
1 parent 0c9429b commit dfcec69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/templates/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
<a href="?stage={{ stage }}&sort_by=email{% if sort_by == 'email' and sort_order == 'asc' %}&sort_order=desc{% else %}&sort_order=asc{% endif %}">Email</a>
</th>
<th>Stage</th>
<th>CV Hits</th>
<th>CV Views</th>
<th>actions</th>
<th>link</th>
<th>email</th>
Expand Down

0 comments on commit dfcec69

Please sign in to comment.