mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-07 18:33:37 +01:00
7 lines
408 B
Text
7 lines
408 B
Text
- notifications = Notification.for(current_user).where(new: true).includes([:target]).limit(4)
|
|
= render 'navigation/desktop', notifications: notifications
|
|
= render 'navigation/mobile', notifications: notifications
|
|
|
|
= render 'modal/ask'
|
|
%button.btn.btn-primary.btn-fab.d-block.d-lg-none.d-print-none{ data: { bs_target: "#modal-ask-followers", bs_toggle: :modal }, type: "button" }
|
|
%i.fa.fa-pencil-square-o
|