Retrospring/app/views/navigation/icons/_notifications.html.haml

7 lines
155 B
Plaintext

- if notification_count.nil?
%i.fa.fa-bell-o
- else
%i.fa.fa-bell
%span.visually-hidden= t("navigation.notifications")
%span.badge= notification_count