Skip to content

Commit

Permalink
ntoce lgoc
Browse files Browse the repository at this point in the history
  • Loading branch information
qinmingyuan committed Dec 6, 2024
1 parent 2a408ee commit 8db6461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/me/_notice_navbar.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%= link_to({ controller: 'notice/me/notifications' }, data: { turbo_frame: '_top' }, id: 'notice_show', class: 'navbar-item') do %>
<i class="fa-solid fa-bell"></i>
<span class="pl-1" id="notice_count"><%= current_member.unread_count %></span>
<% end if current_member %>
<% end if defined?(current_member) && current_member %>

0 comments on commit 8db6461

Please sign in to comment.