Appease the robot dog

This commit is contained in:
Karina Kwiatek 2023-05-07 12:51:40 +02:00
parent 50531d3b6b
commit 7dc25ba841
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
%turbo-frame#notifications-dropdown-list
- Rails.cache.fetch current_user.notification_dropdown_cache_key do
- notifications = Notification.for(current_user).where(new: true).includes([:target]).limit(4)
= render 'navigation/dropdown/notifications', notifications:, size: "desktop"
= render "navigation/dropdown/notifications", notifications:, size: "desktop"
%li.nav-item.d-none.d-sm-block{ data: { bs_toggle: 'tooltip', bs_placement: 'bottom' }, title: t('.ask_question') }
%a.nav-link{ href: "#", name: "toggle-all-ask", data: { bs_target: "#modal-ask-followers", bs_toggle: :modal, hotkey: "n" } }
%i.fa.fa-pencil-square-o