mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-07 12:43:36 +01:00
6 lines
155 B
Text
6 lines
155 B
Text
- if notification_count.nil?
|
|
%i.fa.fa-bell-o
|
|
- else
|
|
%i.fa.fa-bell
|
|
%span.visually-hidden= t("navigation.notifications")
|
|
%span.badge= notification_count
|