2023-03-04 18:40:29 +01:00
|
|
|
:ruby
|
|
|
|
inbox_count = current_user.unread_inbox_count
|
|
|
|
notification_count = current_user.unread_notification_count
|
2023-05-05 16:45:42 +02:00
|
|
|
= render "navigation/desktop", inbox_count:, notification_count:
|
2023-03-04 18:40:29 +01:00
|
|
|
= render "navigation/mobile", inbox_count:, notification_count:
|
2020-04-26 14:29:23 +02:00
|
|
|
|
2023-03-04 18:40:29 +01:00
|
|
|
= render "modal/ask"
|
2023-03-05 15:58:18 +01: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 11:35:10 +02:00
|
|
|
%i.fa.fa-pencil-square-o
|