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
/
mentionNotification.html
7 lines
•
255 B
HTML
View Raw
1
2
3
4
5
6
7
<
script
id
=
"ep_rocketchat_mentionNotification"
type
=
"text/html"
>
<
div
class
=
"bubble_mention"
>
<
span
class
=
"bubble_mention_number"
>
${unread > 99 ? 99 : unread}
</
span
>
<
div
class
=
"bubble_mention_tail"
>
</
div
>
</
div
>
</
script
>