8 lines
408 B
Plaintext
8 lines
408 B
Plaintext
- 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
|