mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-10 10:54:17 +00:00
16 lines
536 B
HTML
16 lines
536 B
HTML
<div class="media bordered-faint activity-list-item">
|
|
<a class="pull-left" href="#">
|
|
<img class="media-object image-avatar-small" src="<%= user_image %>" alt="">
|
|
</a>
|
|
|
|
<div class="media-body">
|
|
<div class="media">
|
|
<a class="activity-user" href="#">
|
|
<%= user_name %>
|
|
</a>
|
|
<%= verb %> <a href="<%= notification_url %>"><%= target %></a>
|
|
<blockquote class="pull-right"><%= human_date %></blockquote>
|
|
</div>
|
|
</div>
|
|
</div>
|