2023-03-04 09:40:29 -08:00
|
|
|
:ruby
|
|
|
|
inbox_count = current_user.unread_inbox_count
|
|
|
|
notification_count = current_user.unread_notification_count
|
2023-05-05 07:45:42 -07:00
|
|
|
= render "navigation/desktop", inbox_count:, notification_count:
|
2023-03-04 09:40:29 -08:00
|
|
|
= render "navigation/mobile", inbox_count:, notification_count:
|
2020-04-26 05:29:23 -07:00
|
|
|
|
2023-03-04 09:40:29 -08: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
|