2022-12-17 17:23:55 -08:00
|
|
|
- notifications = Notification.for(current_user).where(new: true).includes([:target]).limit(4)
|
2022-07-17 11:53:53 -07:00
|
|
|
= render 'navigation/desktop', notifications: notifications
|
|
|
|
= render 'navigation/mobile', notifications: notifications
|
2020-04-26 05:29:23 -07:00
|
|
|
|
|
|
|
= render 'modal/ask'
|
2023-03-05 06:58:18 -08:00
|
|
|
%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" }
|
2020-05-10 02:35:10 -07:00
|
|
|
%i.fa.fa-pencil-square-o
|