Pony.fm/public/templates/notifications/index.html

4 lines
244 B
HTML
Raw Normal View History

2016-05-27 20:38:59 +01:00
<div ng-repeat="notification in notifications">
<a href="{{ notification.url }}"><img pfm-src-loader="::notification.thumbnail_url" pfm-src-size="thumbnail"></a>
<a href="{{ notification.url }}"><p>{{ notification.text }}</p></a>
</div>