mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-07 01:14:59 +00:00
18 lines
463 B
HTML
Executable File
18 lines
463 B
HTML
Executable File
{% load account_tags %}
|
|
|
|
<div class="comment-block">
|
|
<a href="">
|
|
<img class="image-avatar-small" src="<%= avatar_image %>" alt="">
|
|
</a>
|
|
|
|
<div class="comment-details">
|
|
<a class="comment-user" href="<%= user_url %>">
|
|
<%= user_name %>
|
|
</a>
|
|
<blockquote class="pull-right">
|
|
<p><%= comment %></p>
|
|
<small><%= date_created %></small>
|
|
</blockquote>
|
|
</div>
|
|
</div>
|