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
/
lotteryTicketAddedNotification.html
13 lines
(11 loc)
•
273 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<
template
name
=
"lotteryTicketAddedNotification"
>
<
div
class
=
"item howl-message"
>
{{#with ticket}}
<
span
>
You have received a new lottery ticket to
<
br
>
</
span
>
<
b
>
{{lotteryInstance.fetch.name}}
</
b
>
{{/with}}
<
a
class
=
"close"
>
×
</
a
>
</
div
>
</
template
>