Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
qinmingyuan committed Aug 25, 2024
1 parent a7926a8 commit 07c35bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/application/_notice_navbar.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<% if defined?(current_user) && current_user %>
<%= link_to({ controller: 'notice/my/notifications' }, id: 'notice_show', class: 'navbar-item') do %>
<i class="fa-regular fa-bell"></i>
<span class="pl-1" id="notice_count"><%= current_user.unread_count %></span>
<span id="notice_count"><%= current_user.unread_count %></span>
<% end %>
<% end %>

0 comments on commit 07c35bb

Please sign in to comment.