mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-07 19:13:35 +01:00
7 lines
155 B
Text
7 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
|