Pony.fm/public/templates/notifications/index.html
2016-05-27 20:38:59 +01:00

4 lines
No EOL
244 B
HTML

<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>