mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-01-31 11:16:42 +01:00
4 lines
No EOL
244 B
HTML
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> |