mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-17 05:26:35 +00:00
14 lines
574 B
Plaintext
14 lines
574 B
Plaintext
ul.timeline-list
|
|
li.active(ng-repeat="item in activity")
|
|
.timeline-icon
|
|
img.img-circle.timeline-avatar-image(ng-src="{{item.from_user.profile_image_small}}")
|
|
.timeline-time
|
|
small {{item.date|humanise}}
|
|
.timeline-content
|
|
p.push-bit
|
|
a(ui-sref='root.user({user: item.from_user.slug})')
|
|
strong {{item.from_user.display_name}}
|
|
p.push-bit {{item.verb}}
|
|
a(ng-href="{{item.object_type}}/{{item.object_slug}}")
|
|
| {{item.object_name}}
|