UNPKG
sportsbet-mobile
Version:
latest (1.2.22)
1.2.22
Sportsbet mobile
github.com/heathmont/sportsbet-mobile
heathmont/sportsbet-mobile
sportsbet-mobile
/
client
/
notifications
/
depositSuccessNotification.html
15 lines
(13 loc)
•
217 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<
template
name
=
"depositSuccessNotification"
>
<
div
class
=
"item howl-message"
>
{{#with tx}}
<
span
>
{{title}}
</
span
>
<
b
>
{{{body}}}
</
b
>
{{/with}}
<
a
class
=
"close"
>
×
</
a
>
</
div
>
</
template
>