2022-07-17 11:53:53 -07:00
|
|
|
- notifications = Notification.for(current_user).where(new: true).limit(4)
|
|
|
|
= render 'navigation/desktop', notifications: notifications
|
|
|
|
= render 'navigation/mobile', notifications: notifications
|
2020-04-26 05:29:23 -07:00
|
|
|
|
|
|
|
= render 'modal/ask'
|
2021-09-23 15:06:23 -07:00
|
|
|
%button.btn.btn-primary.btn-fab.d-block.d-lg-none{ data: { target: '#modal-ask-followers', toggle: :modal }, type: 'button' }
|
2020-05-10 02:35:10 -07:00
|
|
|
%i.fa.fa-pencil-square-o
|