UNPKG
ep_rocketchat
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Integrating rocketchat with Etherpad
github.com/samirsayyad/ep_rocketchat
samirsayyad/ep_rocketchat
ep_rocketchat
/
templates
/
unreadNotification.html
7 lines
(6 loc)
•
233 B
HTML
View Raw
1
2
3
4
5
6
7
<
script
id
=
"ep_rocketchat_unreadNotification"
type
=
"text/html"
>
<div
class
=
"bubble_notify"
>
<
span
class
=
"bubble_notify_number"
>
${unread > 99 ? 99 : unread}
</
span
>
<
div
class
=
"bubble_notify_tail"
>
</
div
>
</
script
>