Skip to content

Commit

Permalink
Replacing placeholder data with user info
Browse files Browse the repository at this point in the history
  • Loading branch information
nsiwnf committed Oct 14, 2023
1 parent e514793 commit 156ecb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/dashboard.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@
<img alt="avatar" src="" class="rounded-circle">
</div>
<div class="ms-3 lh-1">
<h5 class="mb-1">Annette Black</h5>
<p class="mb-0 text-muted">[email protected]</p>
<h5 class="mb-1"><%= "#{current_user.first_name} #{current_user.last_name}" %></h5>
<p class="mb-0 text-muted"><%= current_user.email %></p>
</div>
</div>
</div>
Expand Down

0 comments on commit 156ecb6

Please sign in to comment.