Retrospring/app/views/navigation/_main.html.haml

8 lines
395 B
Plaintext
Raw Normal View History

- 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{ 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