mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 05:27:59 +01:00
7 lines
No EOL
432 B
HTML
7 lines
No EOL
432 B
HTML
<div class="notif-list">
|
|
<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>
|
|
<p ng-show="notifications.length < 1" class="error">No notifications :(</p>
|
|
</div> |