Appease the robot dog
This commit is contained in:
parent
50531d3b6b
commit
7dc25ba841
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue