Pony.fm/public/templates/directives/notification-list.html
2016-05-31 00:59:04 +01:00

4 lines
No EOL
304 B
HTML

<div ng-repeat="notification in notifications" class="notification">
<a href="{{ ::notification.url }}" class="img-link"><img pfm-src-loader="::notification.thumbnail_url" pfm-src-size="thumbnail"></a>
<a href="{{ ::notification.url }}" class="message"><p>{{ ::notification.text }}</p></a>
</div>