Skip to content

Commit

Permalink
feat(profile): Show login events count in profile
Browse files Browse the repository at this point in the history
  • Loading branch information
pan93412 committed Oct 3, 2024
1 parent 133f8d9 commit f2d5f18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/profile/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
<i class="bi bi-eye-fill"></i>
觀看影片次數:{{ user.solutionVideoEvents.count }}
</li>
<li class="list-group-item">
<i class="bi bi-box-arrow-in-right"></i>
登入次數:{{ user.loginEvents.count }}
</li>
</ul>
</turbo-frame>

Expand Down

0 comments on commit f2d5f18

Please sign in to comment.