Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
OTB in notifications.jade
Browse files Browse the repository at this point in the history
  • Loading branch information
negue committed Dec 25, 2014
1 parent 73cb557 commit bc682ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions views/notifications.jade
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ div(ng-controller="NotificationCtrl")
span(ng-if='notification.type=="text"', ng-bind-html='notification.data')
span(ng-if='notification.type=="stats"')
span(ng-show='notification.data.hp')
| {{notification.data.hp}} 
| {{ ::notification.data.hp}} 
i.ion-heart
| 
span(ng-show='notification.data.exp')
| {{notification.data.exp}} 
| {{ ::notification.data.exp}} 
i.ion-star
| 
span(ng-show='notification.data.gp || notification.data.silver')
| {{notification.data.gp}}
| {{ ::notification.data.gp}}
span.shop_gold
| {{notification.data.silver}}
| {{ ::notification.data.silver}}
span.shop_silver
| 
span(ng-show='notification.data.mp')
| {{notification.data.mp}} 
| {{ ::notification.data.mp}} 
i.ion-fireball

0 comments on commit bc682ee

Please sign in to comment.